Lodol Docs

WhatsApp

API actions for the WhatsApp integration.

WhatsApp

Send WhatsApp messages to users through the WhatsApp Cloud API using your Meta app credentials.


Send a message to a user

Send a text-based WhatsApp message to a single recipient using the WhatsApp Cloud API.

Parameters

ParameterTypeRequiredDescription
recipient_numberstringYesRecipient phone number.
messagestringYesMessage text.
preview_urlbooleanNoAllow link previews.

Response

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

On this page