Socket
Socket
Sign inDemoInstall

n8n-nodes-wachatty

Package Overview
Dependencies
138
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    n8n-nodes-wachatty

Rest api for communication with WhatsApp


Version published
Weekly downloads
9
increased by350%
Maintainers
1
Install size
27.8 MB
Created
Weekly downloads
 

Readme

Source

Telegram Group Whatsapp Group n8n-node-codechat-wapi License n8n dt dw codesize

n8n-nodes-codechat-wapi

This is a N8n community node. It allows you to use WhatsApp Api which is a stripped down version of the official CodeChat api to communicate with WhatsApp in your workflow.

This node sends the most common types of messages.

Instalation

  1. Go to Settings > Community Nodes, and Click Install a community node.
settings_community_nodes.png
  1. Enter n8n-nodes-codechat-wapi in the npm Package Name field. And click Install.
community_nodes
  1. Once installed, you can use the search bar to add the CodeChat node to your workflow.
codechat_search_bar
resource_send_message

Usage

The node configuration is quite simple, just specify the credentials and use the available operations.

Credentials

All operations require credentials that are made up of:

  1. Instance Name
  2. Base URL
  3. Authentication that can be of two types: apikey or jwt, as selected in the env.yml file.
    • For jwt pass zero for the expiration parameter. Ex.: EXPIRIN_IN: 0
codechat_wapi_credentials

Resources

This section describes which WhatsApp API operations are available on this node.

Send Message

OperationMethodCredentials required
Send TextPOSTTrue
Send ButtonsPOSTTrue
Send MediaPOSTTrue
Send LocationPOSTTrue
Send ContactPOSTTrue
Send ListPOSTTrue

Compatibility

Tested on n8n version 0.206.1 and WahtsApp Api version 1.0.0

Sample Workflow

workflow-test-codechat-wapi

License

MIT

Keywords

FAQs

Last updated on 17 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc