Package Information
Downloads: 666 weekly / 666 monthly
Latest Version: 0.2.5
Author: Ari Padrian
Documentation
n8n-nodes-csku
This is an n8n community node that lets you use CSKU API in your n8n workflows.
CSKU is a customer service and communication platform.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Message
- Send text message
- Send media message (image, video, audio, document)
Note
- Create note for a conversation
Conversation
- Mark conversation as needing human
- Get total conversations needing human
Credentials
This node uses the CSKU API credentials. You can choose between two authentication types:
- Business & Secret: Uses
businessandsecretheaders - Bearer Token: Uses Authorization header with Bearer token
Compatibility
Tested with n8n version 1.0.0+
Usage
Send Text Message
- Select Message as the resource
- Select Send as the operation
- Select Text as the message type
- Enter the conversation ID
- Enter your text message
Send Media Message
- Select Message as the resource
- Select Send as the operation
- Select Media as the message type
- Enter the conversation ID
- Enter the media URL
- Select the media type (image, video, audio, document)
- Enter the MIME type
- Optionally add a caption
Create Note
- Select Note as the resource
- Select Create as the operation
- Enter the conversation ID
- Enter your note content
Mark Conversation as Needing Human
- Select Conversation as the resource
- Select Mark Need Human as the operation
- Enter the conversation ID
Get Total Conversations Needing Human
- Select Conversation as the resource
- Select Get Need Human Total as the operation