Houses configurations per agent for whatsapp api communications provided by wppconnect API.
JIVAS action wrapper for WhatsApp API communications using the WPPConnect API.
jivas/wppconnect_action
WppconnectAction
^2.0.0
This package, developed by V75 Inc., provides a JIVAS action wrapper for WhatsApp API communications using the WPPConnect API. As a core action, it simplifies and streamlines interactions with WhatsApp. The package is a singleton and requires the Jivas library version 2.0.0.
Below is detailed guidance on how to configure and use the WPPConnect Action.
The WPPConnect Action provides an abstraction layer for interacting with WhatsApp via the WPPConnect API. It supports multiple configurations for various use cases, including:
The configuration consists of the following components:
webhook_properties
Defines the settings for the webhook, such as message handling and delays.
webhook_properties = {
"send_delay": 3,
"webhook_message_received": "True",
"webhook_message_create": "False",
"webhook_message_ack": "True",
"webhook_message_download_media": "True"
}
base_url = "https://your_base_url"
api_key = "your_wppconnect_api_key"
instance_id = "your_instance_id"
phone_number = "your_whatsapp_number"
webhook_properties = {
"send_delay": 3,
"webhook_message_received": "True",
"webhook_message_create": "False",
"webhook_message_ack": "True",
"webhook_message_download_media": "True"
}
wppconnect_action
project.git clone https://github.com/TrueSelph/wppconnect_action
git checkout -b new-feature-x
git commit -m 'Implemented new feature x.'
git push origin new-feature-x
This project is protected under the Apache License 2.0. See LICENSE for more information.
jvcli download action jivas/wppconnect_action
Last published
4 months ago
Version
0.0.2
Downloads
14
Author
jivasType
action
Visibility
Public
Tags