Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Flows

Send WhatsApp Flow messages with @wazapin/sdk.

Send interactive WhatsApp Flow forms — collect structured answers in-chat without leaving the conversation.

await wazapin.messages.sendFlow({
  channel_id: "wzp_ch_123",
  to: "6281234567890",
  flow_id: "flow_123",
  flow_token: "token_123",
  body: "Please complete this form.",
});

The exact payload depends on your WhatsApp Flow configuration. Keep field names in snake_case, matching the API schema.

Was this page helpful?