shareSend phonebook

You can send SMS messages to all contacts within a specific phonebook. This endpoint streamlines the process of sending bulk SMS messages to a predefined group of contacts, ensuring that your message reaches the intended audience quickly and effectively.

post
Authorizations
x-auth-tokenstringRequired
Body
messagestringRequired
phonebookIdstringRequired
senderIdstringRequired
Responses
post
/public/sms/send-phonebook
201Success

Endpoint: /public/sms/send-phonebook

Method: POST

Send an SMS message to contacts in a phonebook.

Request Body:

  • message (string): The content of the message.

  • phonebookId (string): The uniqeu identifier of the phone book.

  • senderId (string): the uniqeu identifier of the sender.

Response:

  • requestId (string): The unique identifier of the message request.

  • accepted (number): The total count of valid phone numbers.

  • rejected (array, array of string): A list of all rejected phone numbers.

  • duplicates (array, array of objects): A list of all repeated phone numbers with the number of times they occur.

Last updated