NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

This node integrates with the NotificaMe Hub API to send a WhatsApp location message. It allows users to send a geographic location (latitude and longitude) along with a name and address to a specified recipient's WhatsApp number. This is useful in scenarios such as sharing meeting points, delivery locations, or any place of interest directly via WhatsApp.

Practical examples:

  • A delivery service sending the exact drop-off location to a customer.
  • An event organizer sharing the venue location with attendees.
  • A real estate agent sending property locations to clients.

Properties

Name Meaning
Token Do Canal The WhatsApp channel token used for authenticating the API request.
Número Do Destinatário Recipient's phone number in international format (e.g., 5511999999999).
Latitude Latitude coordinate of the location to be sent.
Longitude Longitude coordinate of the location to be sent.
Nome Da Localização Name/title of the location (e.g., "Office", "Event Venue").
Endereço Da Localização Address description of the location (e.g., street address or landmark details).

Output

The node outputs JSON data representing the response from the NotificaMe Hub API after attempting to send the location message. This typically includes status information about the message delivery, such as success confirmation or error details.

If the node supports binary data output (not indicated here), it would represent media content related to the message, but for this operation, the output is purely JSON.

Dependencies

  • Requires an active WhatsApp channel token for authentication with the NotificaMe Hub API.
  • The node depends on the NotificaMe Hub API endpoint at https://hub.notificame.com.br/v1.
  • Proper configuration of the API key credential within n8n is necessary.
  • Internet connectivity to reach the external API.

Troubleshooting

  • Invalid Token or Authentication Errors: Ensure the provided WhatsApp channel token is correct and has not expired.
  • Incorrect Recipient Number Format: The recipient number must be in international format without spaces or special characters.
  • Latitude/Longitude Validation: Coordinates should be valid decimal numbers within their respective ranges (Latitude: -90 to 90, Longitude: -180 to 180).
  • API Response Errors: Check the JSON output for error messages returned by the API, which may indicate issues like quota limits or malformed requests.
  • Network Issues: Verify network connectivity and that the NotificaMe Hub API endpoint is reachable.

Links and References

  • NotificaMe Hub API Documentation (general reference for API usage)
  • WhatsApp Location Message Guidelines (consult WhatsApp Business API docs for location message formatting)

Discussion