v18

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-0672377.8 KB
MessagingV2ChannelsSender

Create a Sender

Create a Sender.

post/v2/Channels/Senders

Request body

sender_idstring nullable required

The ID of the sender in whatsapp:<E.164_PHONE_NUMBER> format.

Example request

{
  "sender_id": "whatsapp:+15017122661",
  "configuration": {
    "waba_id": "12345678912345",
    "verification_method": "sms"
  }
}

Response

Accepted

sidstring nullable

The SID of the sender.

status'CREATING' | 'ONLINE' | 'OFFLINE' | 'PENDING_VERIFICATION' | 'VERIFYING' | 'ONLINE:UPDATING' | 'TWILIO_REVIEW' | 'DRAFT' | 'STUBBED'

The status of the sender.

sender_idstring nullable

The ID of the sender in whatsapp:<E.164_PHONE_NUMBER> format.

urlstring uri nullable

The URL of the resource.

Example response

{
  "sender_id": "whatsapp:+15017122661",
  "configuration": {
    "waba_id": "12345678912345",
    "verification_method": "sms"
  },
  "properties": {
    "quality_rating": "HIGH",
    "messaging_limit": "10K Customers/24hr"
  },
  "compliance": {
    "countries": [
      {
        "country": "US"
      }
    ]
  }
}