Chat Trigger

Start a workflow from a chat deployment

The Chat trigger creates a conversational interface for your workflow. Deploy your workflow as a chat and users can interact with it through a shareable URL. Each message starts a new workflow execution.

This is a deployment-based trigger. Users interact with your workflow through a hosted chat URL.

Configuration

Identifier*
company-name
Public path segment used for the published chat URL
Chat Title*
Customer Support Assistant
Description
A brief description of what this chat does
Access Control
Public Access
Welcome Message
Hi! How can I help you today?
Chat Logo
URL to logo image

Output Schema

FieldTypeDescription
inputstringLatest user message
conversationIdstringConversation thread ID
filesfilesOptional uploaded files

File Properties

PropertyTypeDescription
<chat.files[0].url>stringSigned download URL
<chat.files[0].name>stringOriginal filename
<chat.files[0].size>numberFile size in bytes
<chat.files[0].type>stringMIME type

Each conversation maintains its own thread. Users can have multiple concurrent conversations.