Skip to main content

Send Messages To Contacts

POST 

/api/v1/messaging/:widget_id/contacts

To send messages to a list of contacts in bulk

  • widget_id: Widget ID to be used for sending the message. It must be connected to WhatsApp or SMS.
  • contact_ids: list of contact IDs to whom the message is to be sent.
  • message: text message to be sent.
  • start_new_conversation: whether to start a new conversation or pick the latest.

Request

Responses

Successful Response