MessagingV2ChannelsSender
Create a Sender
Create a Sender.
post/v2/Channels/Senders
Request body
Example request
{
"sender_id": "whatsapp:+15017122661",
"configuration": {
"waba_id": "12345678912345",
"verification_method": "sms"
}
}Response
Accepted
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"
}
]
}
}