Lodol Docs

WhatsApp

API actions for the WhatsApp integration.

WhatsApp

Send WhatsApp messages to your customers directly from your workflows.


Send a WhatsApp message

Send a text message to one person on WhatsApp.

Parameters

ParameterTypeRequiredDescription
recipient_numberstringYesThe phone number to send the message to, including the country code. For example, +15551234567.
messagestringYesThe text of the message you want to send.
preview_urlbooleanNoSet to true to show a preview of any links in the message.

Response

{
  "delivery_status": "sent",
  "message_id": "wamid.HBgNMTU1NTEyMzQ1NjcVAgARGBI5QTNDQTA2Rjg2NjBGRjYzNTMA",
  "status": "success"
}

On this page