Profile Requirements
To deliver a message to a recipient over AWS SNS, Courier must be provided the recipient's phone number. This value should be included in the recipient profile as phone_number
.
// Recipient Profile
{
"phone_number": "+12345678901"
}
Updated about a month ago