Actions26
- Message Actions
- Group Actions
- Interactive Actions
- Chat Actions
- Instance Actions
Overview
This node integrates with the Uniteds WhatsApp API to send various types of WhatsApp messages, including audio messages. It supports operations on different resources such as messages, interactive messages, chats, groups, and instances. Specifically, for the 'Send Audio' operation under the 'Message' resource, it allows sending an audio file to a specified phone number via a WhatsApp instance. This is useful for automating audio message delivery in customer support, marketing campaigns, or personal communication workflows.
Use Case Examples
- Sending an audio greeting to a customer after a support ticket is created.
- Delivering audio notifications or alerts to a user's WhatsApp.
- Sharing voice messages in automated chatbots or notification systems.
Properties
| Name | Meaning |
|---|---|
| Instance ID | The ID of the WhatsApp instance used to send the message. |
| Phone Number | The recipient's phone number including the country code. |
| Media URL | The URL of the audio media file to be sent. |
Output
JSON
messageId- The unique identifier of the sent message.status- The status of the message sending operation (e.g., sent, failed).to- The recipient phone number.type- The type of message sent (audio in this case).
Dependencies
- Uniteds WhatsApp API
Troubleshooting
- Ensure the Instance ID is correct and active to avoid authentication errors.
- Verify the phone number format includes the country code and is valid.
- Check that the Media URL is accessible and points to a supported audio file format.
- Common errors include authentication failures, invalid phone numbers, and unreachable media URLs. Resolving these typically involves verifying credentials, input formats, and media accessibility.
Links
- Uniteds WhatsApp API Documentation - Official API documentation for Uniteds WhatsApp integration.
