YCloud WhatsApp

Envía mensajes, marca mensajes como leídos o sube archivos a YCloud API

Overview

This node integrates with the YCloud WhatsApp API to perform three main actions: sending WhatsApp messages, marking messages as read, and uploading media files. It is useful for automating WhatsApp communication workflows, such as sending text or multimedia messages, acknowledging message receipt, and managing media uploads. For example, it can send a text message or an interactive message with buttons to a specified phone number, mark an inbound message as read by its ID, or upload a media file from binary data to the WhatsApp account.

Use Case Examples

  1. Send a text message to a customer with a personalized greeting.
  2. Mark a received WhatsApp message as read to update message status.
  3. Upload an image or document from binary data to the WhatsApp media library for later use in messages.

Properties

Name Meaning
Acción Specifies the action to perform: send a message, mark a message as read, or upload media.
Número Destino The recipient's phone number for sending messages. Required when sending a message.
Tipo de Mensaje The type of message to send, such as text, image, audio, video, document, or interactive message with buttons. Used only when sending messages.
Mensaje de Texto The text content of the message when sending a text message.
Fuente del Archivo Specifies whether the media is referenced by an existing ID or a public URL link. Used for media messages.
Valor (ID o Link) The media identifier or URL link value, depending on the source type.
Texto del Mensaje Interactivo The body text of an interactive message.
Botones Defines up to three buttons for an interactive message, each with a title and ID.
Message ID The ID of the message to mark as read. Required when marking messages as read.
Tipo de Archivo The type of file being uploaded: image, audio, video, or document. Used when uploading media.
Archivo The name of the binary property containing the file data to upload. Used when uploading media.

Output

JSON

  • json - The JSON response from the YCloud WhatsApp API for the performed action.

Dependencies

  • YCloud API key credential required for authentication with the YCloud WhatsApp API.

Troubleshooting

  • Error if the specified binary property for file upload is missing in the input data. Ensure the binary property name is correct and the file data is present.
  • API request failures due to invalid or missing API key. Verify the YCloud API credentials are correctly configured.
  • Invalid phone number format or missing required parameters when sending messages. Check that the 'Número Destino' and other required fields are properly set.

Links

Discussion