Actions21
- Message Actions
- Group Actions
- Chat Actions
- Contact Actions
Overview
This node integrates with Green API to enable enhanced WhatsApp automation. Specifically, the 'Send Location' operation under the 'Message' resource allows users to send location messages via WhatsApp. This is useful for scenarios where sharing a precise location is needed, such as coordinating meetups, sharing event locations, or providing directions.
Use Case Examples
- A delivery service sending the current location of a driver to a customer.
- An event organizer sharing the venue location with attendees via WhatsApp.
Output
JSON
result- The response from the Green API after sending the location message, typically including message status and metadata.
Dependencies
- Requires Green API credentials including an instance ID and API token for authentication.
Troubleshooting
- Common issues include invalid or missing credentials, which will cause authentication failures.
- Errors in specifying the location data (e.g., latitude and longitude) may result in message sending failures.
- Network or API downtime can cause request failures; retrying or checking API status is recommended.
Links
- Green API Official Website - Official site for Green API, providing documentation and API details.