WAHA icon

WAHA

Connect with Whatsapp HTTP API

Overview

This node sends a voice status update in a messaging or communication platform. It allows users to specify a session, upload an audio file as the voice status, select contacts to send the status to, and customize the background color of the status. This node is useful for automating the sharing of voice messages as status updates to multiple contacts, such as broadcasting announcements or personal voice notes.

Use Case Examples

  1. Sending a voice status update with a custom audio file to a list of contacts.
  2. Automating voice status updates in a session with a specific background color.

Properties

Name Meaning
Session The name of the session in which the voice status will be sent.
File The audio file to be sent as the voice status, including its MIME type and URL.
Contacts The list of contacts to whom the voice status will be sent.
Background Color The background color for the voice status display.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • sentStatus - Details of the sent voice status message, including success or failure information.

Dependencies

  • Requires an API key credential or authentication token to access the messaging platform's API for sending voice statuses.

Troubleshooting

  • Ensure the session name is valid and active to avoid session-related errors.
  • Verify the audio file URL and MIME type are correct and accessible to prevent file upload failures.
  • Check the contacts list format and ensure contacts are valid recipients to avoid delivery errors.
  • If SSL issues occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Use proxy settings if network restrictions prevent direct API access.
  • Adjust timeout settings if requests frequently time out due to slow network or server response.

Discussion