Relacio - WhatsApp icon

Relacio - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - Relacio

Actions58

Overview

This node integrates with a WhatsApp relationship platform to send messages and perform various contact and protocol management operations. Specifically, the "Contato - Mensagem - Enviar Imagem + Legenda" operation allows sending an image with a caption (legend) to a specified WhatsApp contact.

Common scenarios for this operation include:

  • Sending personalized marketing or informational images to customers.
  • Sharing product photos with descriptive text.
  • Delivering visual updates or notifications with context via WhatsApp.

Example use case: A business wants to send a promotional image along with a custom message to a client’s WhatsApp number, enhancing engagement with rich media content.

Properties

Name Meaning
Número De Contato Phone number of the contact including country code (e.g., 5527998282828).
Nome Do Contato Contact's name used to personalize the message.
Texto Da Mensagem Text message that will be sent alongside the image.
URL Da Imagem URL of the image to be sent (maximum size: 1MB).

Output

The node outputs JSON data representing the result of the send image + legend action. This typically includes confirmation details such as message status, IDs, timestamps, or error information if the sending failed.

No binary data output is indicated for this operation.

Dependencies

  • Requires connection to the external WhatsApp relationship platform API.
  • Needs an API authentication token or key configured in n8n credentials to authorize requests.
  • The image URL must point to an accessible resource not exceeding 1MB in size.

Troubleshooting

  • Image Size Limit: If the image exceeds 1MB, the platform may reject the request. Ensure the image URL points to a compliant file.
  • Invalid Phone Number Format: The phone number must include the country code without spaces or special characters; otherwise, the message might fail to send.
  • Authentication Errors: Missing or invalid API credentials will cause authorization failures. Verify the API key/token configuration.
  • Network Issues: Connectivity problems to the external API or image URL can cause timeouts or errors.
  • Message Delivery Failures: Check the response for specific error codes indicating issues like blocked contacts or unsupported media types.

Links and References

Discussion