Houses configurations per agent for whatsapp api communications provided by Ultramsg API.
JIVAS action wrapper for WhatsApp API communications using the Ultramsg API.
jivas/ultramsg_action
UltramsgAction
^2.0.0
This package, developed by V75 Inc., provides a JIVAS action wrapper for WhatsApp API communications using the Ultramsg 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 Ultramsg Action.
The Ultramsg Action provides an abstraction layer for interacting with WhatsApp via the Ultramsg 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_ultramsg_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"
}
ultramsg_action
project.git clone https://github.com/TrueSelph/ultramsg_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/ultramsg_action
Last published
2 months ago
Version
0.0.2
Downloads
13
Author
jivasType
action
Visibility
Public
Tags