<aside>
Description
Chat Integration (n8n) covers setting up n8n workflows to integrate with SimpleT AI Agent. It includes creating chat trigger workflows, obtaining the chat URL, and configuring the connection between Salesforce and n8n.
</aside>
Create Your Workflow
- Log in to your n8n instance.
- Click New Workflow to create a workflow.
- Add a When chat message received trigger node.

Get Your Chat URL / API
- Click on the When chat message received trigger node.
- Go to the Parameters tab.
- Toggle Make Chat Publicly Available if needed.
- Copy the Chat URL shown there.
- Save and activate your workflow.
Important: Use this Chat URL in your app to send messages to n8n.

<aside>
Quick View
End User Documentation