Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to send invite links to specified recipients for a particular group. It is useful for automating the process of inviting multiple users to join a group by sending them a customized invite message along with the group link. For example, a user can specify the group ID, a personalized message, and a list of recipient phone numbers to efficiently distribute group invitations.

Use Case Examples

  1. Sending an invite link to a WhatsApp group to multiple phone numbers with a custom message.
  2. Automating group invitations in a customer support or community management scenario.

Properties

Name Meaning
Instance Name The name of the instance that will send the invite, identifying the source of the invitation.
Group ID The unique identifier of the group to which the invite link will be sent.
Invite Message The message that will accompany the invite link when sent to recipients.
Recipients Comma-separated list of recipient phone numbers who will receive the invite link and message.

Output

JSON

  • status - The status of the invite link sending operation, indicating success or failure.
  • message - Additional information or confirmation message returned from the API after sending the invite.

Dependencies

  • Requires an API key credential for the Evolution API to authenticate requests.

Troubleshooting

  • Ensure the 'Instance Name' and 'Group ID' are correctly specified and valid in the Evolution API context.
  • Verify that recipient phone numbers are correctly formatted and separated by commas without spaces.
  • Check API credentials and network connectivity if the node fails to send invites.
  • Common error messages may include invalid group ID, unauthorized access due to incorrect API credentials, or malformed recipient numbers. Resolving these involves verifying input parameters and credentials.

Discussion