https://github.com/whapi-cloud/n8n-nodes-whapi
Whapi n8n integration node
https://github.com/whapi-cloud/n8n-nodes-whapi
Last synced: 3 months ago
JSON representation
Whapi n8n integration node
- Host: GitHub
- URL: https://github.com/whapi-cloud/n8n-nodes-whapi
- Owner: Whapi-Cloud
- License: mit
- Created: 2024-09-16T09:17:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-21T16:43:04.000Z (7 months ago)
- Last Synced: 2026-02-17T22:34:04.846Z (4 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-whapi
This is an n8n community node. It lets you use Whapi service in your n8n workflows.
Whapi.Cloud provides an API gateway that seamlessly integrates WhatsApp with your website, app, or CRM. It supports sending messages to groups, channels, statuses and communities without restrictions.
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Resources](#resources)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Operations
This package includes basic operations:
Send text and media message
Get message by ID
Check phone number
And events:
All messages events (new message, message deletion ...)
All groups events (new group, new group participant ...)
## Credentials
For using Whapi Api you need to provide channel token. You can find it on your channel page https://panel.whapi.cloud/channels/{channel-id}
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
* [whapi documentation](https://whapi.readme.io/)