This is an n8n community node. It lets you integrate Superchat into your n8n workflows.
Superchat is a unified messaging platform that enables sending and receiving messages across WhatsApp, Instagram Direct, Facebook Messenger, SMS, email, Live Chat, and more. Our Superchat app in n8n supports managing contacts, conversations, notes, files, channels, labels, and more.
n8n is a fair‑code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Follow the installation guide in the n8n community nodes documentation.
This node supports operations on the following six resources:
- Me — Retrieve details about the authenticated Superchat user.
- Create — Create a new contact.
- Search — Search for contacts by email, phone, or Instagram handle.
- Update — Update a contact's information.
- Delete — Delete a contact by its ID.
- Get Conversations — Fetch all conversations associated with a contact.
- Send Message — Send a text or media message to a contact.
- Send Mail — Send an email, with optional attachments, to a contact.
- Send WhatsApp Template — Send a pre-approved WhatsApp template message.
- Get — Retrieve a conversation by its ID.
- Delete — Delete a conversation by its ID.
- Update Labels — Update the labels for a conversation.
- Update Status — Update the status of a conversation (e.g., open, done, snoozed).
- Update Assignees — Update the users assigned to a conversation.
- Create — Add a new note to a conversation.
- Get — Retrieve a specific note from a conversation.
- Delete — Delete a specific note from a conversation.
- Create (upload) — Upload a binary file to Superchat.
- Download — Download a file by its ID.
- Delete — Delete a file by its ID.
Superchat API
- Log into your Superchat Account.
- Go to Settings > Explore Integrations > Click the n8n card
- Click 'Add' and copy the API key.
- Add a n8n action or trigger and enter your Superchat API key in the credentials section.
Tested with:
- n8n v1.97.1
- Install n8n-nodes-superchat via the community nodes installer.
- Add the Superchat node to your n8n workflow.
- Configure credentials using your Superchat API key.
- Select a resource (User, Contact, Message, Conversation, Note, or File).
- Choose the desired operation.
- Fill in required fields (e.g. recipient info, message content).
- Execute the workflow to send messages, manage contacts/conversations, and upload/download files.