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

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
| Setting | Description |
|---|---|
| Question text | Rich-text message sent to the contact |
How It Works
- The question text is sent to the contact.
- The flow pauses and waits for a reply.
- When the contact responds, their answer is stored as a flow variable.
- 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.