An open API service indexing awesome lists of open source software.

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

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/)