FlowsCards

Question Card

Send a text message and wait for the user's reply

Question card configuration

The Question Card sends a message and then pauses the flow until the contact responds. The user's reply is stored as a flow variable.

Configuration

SettingDescription
Question textRich-text message sent to the contact

How It Works

  1. The question text is sent to the contact.
  2. The flow pauses and waits for a reply.
  3. When the contact responds, their answer is stored as a flow variable.
  4. The flow continues to the next card.

Output Variable

The contact's reply text is stored in {{flow.{cardId}}} — where {cardId} is the unique ID of this Question card.

You can use this variable in any subsequent card:

You said: {{flow.674000000000000001}}

See Variables for details on all variable namespaces.

Connections

  • 1 input port — Receives execution.
  • 1 output port — Continues after the contact replies.

Operations Cost

1 operation per execution.

On this page