n8n-nodes-tneenwh
v0.1.7
Published
n8n community node for TNEENWH WhatsApp API
Downloads
72
Maintainers
Readme
n8n-nodes-tneenwh
Official-style n8n community node for the TNEENWH WhatsApp API.
Base URL
- Default API base URL:
https://api.tneenwh.com
Install
npm install n8n-nodes-tneenwhThen install from n8n Community Nodes UI, or mount in self-hosted n8n community packages.
Credentials (TNEENWH API)
Configure:
Base URL(recommended:https://api.tneenwh.com)EmailPasswordSession IDChannel SecretAPI Key(optional, required for v1 operations)
The node logs in with panel credentials and uses the configured session/channel for session-scoped actions.
Operations available in n8n
This package mirrors the normal Python library workflow surface used in automation.
Auth
- Auth Signup Send OTP
- Auth Signup Verify
- Auth Logout
Health and account
- Health
- Me
- Profile
- Channel Secrets
- Rotate Swagger Portal
Sessions (panel JWT)
- Sessions List
- Session Create
- Session Update
- Session Delete
- Session Disconnect
- Get Channel Secret
- Rotate Channel Secret
Session runtime and webhook
- Session Status
- Session Details
- Session QR
- Refresh Session QR
- Session Incoming
- Session Events
- Session Calls
- Download Inbound Media (returns
contentType+ base64) - Set Webhook
Messaging
- Send Raw Message (ChatSendRequest JSON)
- Send Text
- Send Media (base64 media)
- Send Chat State (
typing,recording,stop) - Typing Indicator On
- Typing Indicator Off
Groups
- Group Create
- Group Get
- Group Add Participants
- Group Remove Participants
- Group Promote Participants
- Group Demote Participants
- Group Set Subject
- Group Set Description
- Group Invite Code
- Group Revoke Invite
- Group Leave
- Group Set Add Members Admins Only
- Group Set Messages Admins Only
- Group Set Info Admins Only
- Group Set Picture
- Group Delete Picture
- Group Membership Requests
- Group Membership Approve
- Group Membership Reject
Sub-API v1
- V1 Sessions List
- V1 Send Message
- V1 Send Chat State
Useful parameters
Session ID OverrideandChannel Secret Overridelet each n8n item target a different session.Message Payload JSONsupports full raw request body when you need advanced payloads.Participants CSVandWebhook Events CSVare parsed into arrays automatically.- Recommended webhook events for n8n:
all(single token), so you do not miss event types.
Notes
- Group features depend on your server exposing group routes.
- v1 actions require
API Keyin credentials.
