Profile Requirements

To deliver an SMS message through Sinch, Courier must be provided the recipient’s SMS-compatible phone number. This value should be included in the recipient profile as phone_number.

{
  "message": {
    // Recipient Profile
    "to": {
      "phone_number": "+491575556511"
    }
  }
}