Package Information
Available Nodes
Documentation
n8n-nodes-stevechat
This is an n8n community node that provides integration with the SteveChat API for WhatsApp messaging automation.
Installation
Community Nodes (Recommended)
For users on n8n v0.187+, your instance owner can install this node from Settings > Community Nodes.
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-stevechatin Enter npm package name - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source
- Select Install
After installing the node, you can use it like any other node. n8n runs npm install in the background so you may have to wait a couple of minutes before the node shows up in the editor.
Manual Installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-stevechat
For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-stevechat
Operations
This node supports the following resources and operations:
Newsletter
- List: Get list of subscribed newsletters
Webhook
- Get: Get current webhook configuration
- Set: Set webhook URL and events
- Update: Update webhook configuration
- Delete: Remove webhook
Session
- Connect: Connect to WhatsApp
- Disconnect: Disconnect from WhatsApp
- Logout: Logout from session
- Get Status: Get session status
- Get Profile: Get profile information
- Pair by Phone: Pair using phone number
- Get QR Code: Get QR code for pairing
- Set Proxy: Configure proxy settings
- Set S3 Config: Configure S3 storage
- Get S3 Config: Get S3 configuration
- Delete S3 Config: Remove S3 configuration
- Test S3 Config: Test S3 connection
User
- Get Info: Get user information
- Check WhatsApp: Check if user has WhatsApp
- Send Presence: Send presence status
- Get Avatar: Get user avatar
- Get Profile: Get user profile
- List Contacts: List all contacts
Chat
- Delete Message: Delete a message
- Mark as Read: Mark message as read
- React to Message: React to a message
Message
- Send Text: Send text message
- Edit Message: Edit existing message
- Send Image: Send image with optional caption
- Send Audio: Send audio file
- Send Document: Send document with optional caption
- Send Video: Send video with optional caption
- Send Sticker: Send sticker
- Send Location: Send location coordinates
- Send Contact: Send contact information
- Send Buttons: Send interactive buttons
- Send List: Send interactive list
- Send Poll: Send poll with options
Credentials
You need to configure the SteveChat credentials with:
- Server URL: Your SteveChat API base URL
- Token: Your API authentication token