Skip to content

Chat ​

Starts a workflow when a user sends a message from a chat interface, passing the message text into the workflow.

Purpose ​

Use this trigger when a workflow should be driven by free-text input from a user in a chat context. It receives the message the user typed and makes it available to downstream tasks so that subsequent steps — such as an AI task or a conditional branch — can act on the content of the message. It is commonly used to build conversational automations where the user's intent determines what the workflow does next.

Inputs ​

This trigger has no configurable inputs.

Test Inputs ​

When running a workflow in debug mode from the automation designer the following field is available to simulate a chat message:

FieldTypeRequiredDescription
Text InputMulti-line TextNoThe message text to simulate as the user's chat input.

Outputs ​

NameDescription
Input TextThe message text that the user sent to start this workflow.

Tentech