Workflow Docs

Messenger

Send Facebook Messenger messages with optional wait-for-reply.

The Messenger action sends outbound Facebook Messenger content. It uses the shared Message form: message type, body with variables, and optional wait for user response (with answer/fallback/timeout sub-nodes like WhatsApp).

When to use

  • Reply in standard conversation flows (Direct Message).
  • Social workflows: public Reply to Post or Private Reply after a Facebook comment trigger.
  • Pause until the user answers before continuing.

Configuration

FieldWhat it doesWhen to use
Message TypeControls channel behavior (see below)Match Meta rules for DM vs comment vs private reply
BodyMain text; supports variablesAlways
Wait for user responsePauses until inbound reply; enables sub-nodesSurveys, confirmations, menus (shown for DM and Private Reply types)
DescriptionCanvas noteDocumentation

Message Type

OptionWhen to use
Direct Message (DM)Normal Messenger thread
Reply to PostPublic comment thread on a post
Private ReplyPrivate message to commenter; enables Wait for user response when selected

In social-channel workflows (comment triggers), Direct Message is not listed; use Reply to Post or Private Reply.

Wait for user response

When enabled:

  1. Flow waits for an inbound message after this send.
  2. Configure answer, fallback, and timeout sub-nodes on the canvas.

Flow behavior

  • Input: After trigger or prior actions.
  • Output: Default parent edge, or per sub-node handles when waiting for response / buttons.
  • Up to 13 answer sub-nodes when using interactive branches.

Examples

Simple DM

  1. Message TypeDirect Message (DM).
  2. Write Body; leave Wait for user response off.
  3. Connect to the next action.

Comment trigger → private reply

  1. Start from Facebook Trigger.
  2. Message TypePrivate Reply.
  3. Write Body; enable Wait for user response if the next step needs the user’s answer.

On this page