The Chat message trigger runs a workflow when a message is received in MergePoint Chat. Use it to build conversational agents, assistants, or automated responders that activate when a user sends a message.
In the Start node inspector, select Chat message. Configure the options below.
Choose which messages the trigger listens to:
When this trigger is used to power a chat agent, configure the agent's identity:
Publicly available — when enabled, the chat agent can be accessed without logging in to MergePoint.
Hub enabled — when enabled, the agent appears in the MergePoint Chat hub.
Define structured input fields the agent can collect from users during the conversation. Each property has a name and type. These become available as step outputs in the workflow.
Allow file uploads — when enabled, users can attach files to their messages. Specify which MIME types are accepted (e.g. image/png, application/pdf).
Allow web search — when enabled, the agent can perform web searches as part of its response.
Choose how the workflow sends its reply:
The trigger only processes live messages after the workflow is published.