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
| Field | Type | Description |
|---|---|---|
input | string | Latest user message |
conversationId | string | Conversation thread ID |
files | files | Optional uploaded files |
File Properties
| Property | Type | Description |
|---|---|---|
<chat.files[0].url> | string | Signed download URL |
<chat.files[0].name> | string | Original filename |
<chat.files[0].size> | number | File size in bytes |
<chat.files[0].type> | string | MIME type |
Each conversation maintains its own thread. Users can have multiple concurrent conversations.