SMS 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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.