Skip to main content

MessageMedia

Profile Requirements

To deliver a message to a recipient via MessageMedia, Courier must be provided the recipient's SMS-compatible telephone number. This value should be included in the recipient profile as phone_number.

JSON
{
"message": {
// Recipient Profile
"to": {
"phone_number": "+491575556511"
}
}
}
Was this helpful?