v1
latestSwagger 2.02026-08-06114161439.7 KBSMS Broadcast
Create new contacts
Create one or more contacts with the given phone numbers and optional names
post/contacts
Request body
Example request
{
"contacts": [
{
"contact_name": "John Doe",
"phone_number": "1234567890",
"country_code": "+1"
}
]
}Response
The result of the creation and contactIds for the newly added contacts.