Actions26
- Message Actions
- Group Actions
- Interactive Actions
- Chat Actions
- Instance Actions
Overview
This node integrates with the Uniteds WhatsApp API to send a location message via WhatsApp. It allows users to specify the WhatsApp instance, recipient phone number, and location details such as latitude, longitude, location name, and address. This is useful for scenarios where you want to share a precise location with a contact through WhatsApp, for example, sending a meeting point or a delivery address.
Use Case Examples
- Sending a location to a customer to indicate a store or event venue.
- Sharing a real-time location with a friend or colleague for meetups.
Properties
| Name | Meaning |
|---|---|
| Instance ID | The ID of the WhatsApp instance to use for sending the message. |
| Phone Number | The recipient's phone number including the country code. |
| Latitude | The latitude coordinate of the location to send. |
| Longitude | The longitude coordinate of the location to send. |
| Location Name | An optional name for the location being sent. |
| Address | An optional address description of the location. |
Output
JSON
messageId- The unique identifier of the sent message.status- The status of the message sending operation.to- The recipient phone number.latitude- Latitude of the sent location.longitude- Longitude of the sent location.locationName- Name of the location sent.address- Address of the location sent.
Dependencies
- Uniteds WhatsApp API
Troubleshooting
- Ensure the provided Instance ID is correct and active in the Uniteds WhatsApp system.
- Verify the phone number format includes the country code and is valid.
- Check that latitude and longitude values are within valid ranges (-90 to 90 for latitude, -180 to 180 for longitude).
- If the API URL or credentials are incorrect or expired, the node will fail to send the message.
- Common error messages may include authentication failures, invalid phone numbers, or missing required parameters. Verify all inputs and credentials to resolve these.
Links
- Uniteds WhatsApp API Documentation - Official API documentation for Uniteds WhatsApp integration.
