Skip to main content

Send Text Message

Send a Whatsapp text message from your business account. Currently, you can only send messages to individuals. Note: In order to send a message to an individual, they must:

  1. Be listed in your WhatsApp application's list of recipients.
  2. First recognize your application by sending a text message to your app's number.

Parameters

ParameterDescription
Phone Number IDThe phone number ID of your WhatsApp business account with which you wish to identify to users when sending messages. You can find this ID in your business app's management dashboard - For more info please see the connection creation tab.
Text ContentThe text of the text message which can contain URLs which begin with http:// or https:// and formatting.
Text RecipientWhatsApp ID or phone number for the person you want to send a message to. The phone numbers requests can be provided in any dial-able format, as long as they include their country code.

Example Output

{
"messaging_product": "whatsapp",
"contacts": [
{
"input": "972586456497",
"wa_id": "972586456497"
}
],
"messages": [
{
"id": "wamid.HBgMOTcyNTg2NDU2NDk3FQIAERgSRjQ5MDQ2NTA0NkVGODQ0Njc3AA=="
}
]
}

Workflow Library Example

Send Text Message with Whatsapp and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop