WhatsApp Business

integration_whatsapp · action · SaaS Integrations · Available · v1.0.0

Description

Invia messaggi via WhatsApp Business Cloud API (Meta Graph v19+). Template approvati per outbound, free-form solo entro la finestra 24h dalla risposta utente. Media supportati (image, document, audio, video).

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
action
Azione
enum
send_templatesend_textsend_media
yessend_template per outbound nuovi. send_text solo entro 24h dalla risposta. send_media per allegati.
integrationLabel
Etichetta integrazione
stringyesAccount WhatsApp Business connesso.
to
Numero destinatario (E.164)
stringyes
+393331234567
templateName
Nome template
stringnoTemplate approvato nel Meta Business Manager. Solo per send_template.
templateParams
Parametri template (JSON array)
JSON object/arraynoEs: ["Mario","2026-06-15"] — ordine match {{1}}, {{2}} del template.
text
Testo libero
string (multiline)noSolo per send_text entro 24h.
mediaUrl
URL media
stringnoURL pubblico del media. Per send_media.
mediaType
Tipo media
enum
imagedocumentaudiovideo
no

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • messageId
  • status

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-integration_whatsapp-1",
  "defId": "integration_whatsapp",
  "label": "WhatsApp Business",
  "config": {
    "action": "send_template",
    "integrationLabel": "<integrationLabel>",
    "to": "+393331234567"
  }
}

🔒 Security notes

Per-tenant encrypted Meta Business long-lived token. Inbound HMAC-SHA256 webhook signature validation mandatory. Compliant with WhatsApp Business Policy privacy.

🔗 Related nodes in the same category

Ready to use WhatsApp Business?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes