EzFlowEzFlow Docs
Messaging & BYOK

WhatsApp providers

Connecting Twilio, Meta Cloud API, or a custom webhook as your WhatsApp provider.

EzFlow supports multiple WhatsApp providers so you can use the account you already have. Each provider connection is stored as an encrypted MessagingIntegration record. The SEND_WHATSAPP node references a connection by its ID.

Supported providers

Twilio

Use your Twilio WhatsApp-enabled number to send messages.

CredentialWhat it is
Account SIDYour Twilio account identifier
Auth TokenYour Twilio authentication token
From numberThe WhatsApp-enabled phone number in E.164 format
Messaging Service SIDOptional — use a messaging service instead of a direct number

Meta Cloud API

Use Meta's official WhatsApp Business Cloud API directly.

CredentialWhat it is
Access TokenA permanent or long-lived system user token
Phone Number IDThe ID of the WhatsApp phone number in Meta Business Manager
WABA IDYour WhatsApp Business Account ID
App SecretUsed to verify incoming webhook signatures
Verify TokenA secret string you set when registering the webhook in Meta

Webhook

Send via any provider that accepts an outbound HTTP call. EzFlow posts a request using the template you define.

CredentialWhat it is
URLThe endpoint that receives the outbound message request
MethodHTTP verb (POST, PUT, etc.)
HeadersOptional key-value headers (e.g. Authorization)
Auth TokenOptional bearer token appended to the Authorization header
Body templateJSON body template for the outbound payload
Status URLOptional URL for delivery-status callbacks

Adding a WhatsApp provider

  1. Go to Settings → Connections (or the Integrations page).
  2. Click Add WhatsApp integration.
  3. Choose a provider, fill in the credentials, and save.

EzFlow encrypts the credentials at rest. You can create multiple connections — for example, one per phone number — and select the right one in each SEND_WHATSAPP node.

  • SEND_WHATSAPP — the node that uses this connection to send messages
  • Integrations — general credential storage used by other nodes

On this page