Blocks
Send WhatsApp messages
Send messages to WhatsApp users using the WhatsApp Business API. Requires WhatsApp Business API configuration.
Block Preview
Send WhatsApp messages
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the whatsapp block with monitoring enabled in production.
Inputs (UI)
WhatsApp Business Account
oauth-inputPlaceholder: Select Meta account for WhatsApp Business
Layout: full
Provider: meta-whatsapp
Action
dropdownLayout: full
Options: List Phone Numbers, Send Message
WhatsApp Business Account ID (Optional)
short-inputPlaceholder: WhatsApp Business Account ID (WABA ID)
Layout: full
Condition: action = "list_phone_numbers"
Recipient Phone Number
short-inputPlaceholder: Enter phone number with country code (e.g., +1234567890)
Layout: full
Condition: action = "send_message"
Message
long-inputPlaceholder: Enter your message
Layout: full
Condition: action = "send_message"
WhatsApp Phone Number ID
short-inputPlaceholder: Your WhatsApp Business Phone Number ID
Layout: full
Condition: action = "send_message"
Inputs (API)
credential
jsonRequired
action
stringRequired
businessAccountId
stringOptional
phoneNumber
stringOptional
message
stringOptional
phoneNumberId
stringOptional
Outputs
Primary response type:
{
"success": "boolean",
"messageId": "string",
"error": "string"
}