Actions11
Overview
This node enables sending various types of WhatsApp messages through the Wuzapi service, optimized for AI workflows. It supports sending text, images, documents, audio, video, locations, contacts, stickers, buttons, lists, and polls to specified phone numbers.
The Send Location operation specifically allows sending a geographic location message with latitude, longitude, and an optional location name to a WhatsApp user or group.
Common scenarios:
- Sharing a meeting point or event location with clients or team members.
- Sending delivery or pickup locations in customer support workflows.
- Broadcasting location updates in group chats.
Example:
You want to notify a customer about the exact store location for pickup. You provide their phone number, the latitude and longitude of the store, and optionally a friendly name like "Main Store".
Properties
| Name | Meaning |
|---|---|
| Phone Number | Recipient's phone number in international format without the "+" sign (e.g., 5491155553934). |
| Latitude | Latitude coordinate of the location to send (required). |
| Longitude | Longitude coordinate of the location to send (required). |
| Location Name | Optional name or label for the location (e.g., "Headquarters"). |
| Additional Options | Collection of extra options: - Message ID: Custom identifier for the message. - Mentions: Specify users to mention or all group members (only applicable in groups). |
Output
The node outputs JSON data representing the response from the Wuzapi API after sending the location message. The output includes metadata about the sent message such as message ID and status.
No binary data is output by this operation.
Dependencies
- Requires an API key credential for authenticating with the Wuzapi WhatsApp messaging service.
- The node uses the Wuzapi API endpoints to send messages.
- No additional environment variables are required beyond the API credential configuration.
Troubleshooting
Error: Binary property "X" not found
This error does not apply to the Send Location operation but may appear in other operations if binary data is expected but missing.Unknown operation: sendLocation
Indicates a misconfiguration of the operation parameter; ensure "Send Location" is selected.Invalid phone number format
Ensure the phone number is provided in international format without the "+" prefix and includes the country code.API request failures
Check that the API key credential is valid and has sufficient permissions. Network issues or incorrect endpoint URLs can also cause failures.
Links and References
- Wuzapi Official Documentation (for API details and authentication)
- WhatsApp Location Message Format (general reference on WhatsApp location messages)