Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node sends a list message via a messaging API. It is useful for automating the sending of interactive list messages to recipients, such as in customer support, marketing campaigns, or notifications where users can select options from a list. For example, a business can send a product catalog as a list or a service menu for users to choose from.

Use Case Examples

  1. Sending a list of product options to a customer.
  2. Sending a menu of services with selectable options in a chat.

Properties

Name Meaning
Options Additional message options such as delay before sending, reply message ID, and mentions settings including mentioning everyone or specific numbers.
Instance Name Name of the instance that will send the list message.
Recipient Number Phone number of the message recipient.
List Title Main title of the list message.
Description Description text of the list message.
Button Text Text displayed on the list button.
Footer Text Text displayed in the footer of the list message.
Sections Sections of the list, each with a title and multiple rows. Rows have a title, optional description, and a unique row ID.

Output

JSON

  • sentMessageId - ID of the sent list message
  • status - Status of the message sending operation
  • recipient - Recipient number to whom the list was sent
  • timestamp - Timestamp when the message was sent

Dependencies

  • Requires an API key credential for authentication with the messaging API.

Troubleshooting

  • Ensure the instance name and recipient number are correctly set and valid.
  • Verify that the list sections and rows have unique and non-empty titles and IDs.
  • Check API credentials and network connectivity if message sending fails.
  • Delay option should be a positive number; otherwise, the message might send immediately or cause errors.

Links

Discussion