N8n Setup for Chat Integration

Learn how to set up n8n workflows to integrate with your chat system. This guide shows you how to find the chat URL needed for your app to communicate with n8n workflows.

Create Your Workflow

  1. Log in to your n8n instance.
  2. Click New Workflow to create a workflow.
  3. Add a When chat message received trigger node.

n8n-tutorial-workflow.webp

Get Your Chat URL / API

  1. Click on the When chat message received trigger node.
  2. Go to the Parameters tab.
  3. Toggle Make Chat Publicly Available if needed.
  4. Copy the Chat URL shown there.
  5. Save and activate your workflow.

Important: Use this Chat URL in your app to send messages to n8n.

n8n-chat-trigger-api.webp