FlowsCards
Text Card
Send a text message to the contact

The Text Card sends a rich-text message to the contact in the conversation.
Configuration
| Setting | Description |
|---|---|
| Message text | Rich-text content to send. Supports flow variables — e.g. {{user.firstName}}, {{flow.cardId}} |
Connections
- 1 input port — Receives execution from a previous card.
- 1 output port — Continues to the next card after the message is sent.
Operations Cost
1 operation per execution.
For messages that need user input, use the Question Card instead — it pauses the flow until the user replies.