Zappfy API icon

Zappfy API

Interact with Zappfy API

Overview

This node integrates with the Zappfy API to send group invitation links via WhatsApp. Specifically, for the "Grupo" resource and the "Enviar Link De Convite" operation, it allows users to send an invite link to a specified WhatsApp group along with a custom message to multiple recipients.

Common scenarios include:

  • Automating the distribution of WhatsApp group invite links to a list of contacts.
  • Sending personalized group invitations in bulk without manual effort.
  • Integrating group invite sending into broader workflows such as marketing campaigns or community management.

Example: A user wants to invite several phone numbers to join a WhatsApp group by sending them a message containing the group's invite link and a custom description.

Properties

Name Meaning
Nome Da Instância The name of the instance that will send the invitation.
ID Do Grupo The unique identifier (JID) of the WhatsApp group to which the invite link will be sent.
Mensagem Do Convite The message text that accompanies the invite link when sent to recipients.
Destinatários Comma-separated list of recipient phone numbers (e.g., 5511999999999,5511888888888) to receive the invite.

Output

The node outputs a JSON array where each element corresponds to the result of sending the invite link. The exact structure depends on the API response but generally includes confirmation of the invite being sent or error details per recipient.

No binary data output is indicated.

Dependencies

  • Requires an active connection to the Zappfy API.
  • Needs an API authentication token configured in n8n credentials for the Zappfy API.
  • Internet access to reach https://docs.zappfy.io/api-reference (the base URL for the API).

Troubleshooting

  • Operation Not Supported Error: If the node throws an error stating the operation is not supported, verify that the resource is set to "groups-api" and the operation to "send-invite-link".
  • Invalid Group ID: Ensure the group JID is correct and the instance has permission to send invites to that group.
  • Incorrect Recipient Numbers: Phone numbers must be in the correct format and separated by commas without spaces.
  • API Authentication Errors: Confirm that the API key or token is valid and properly configured in n8n credentials.
  • Network Issues: Check internet connectivity and firewall settings that might block access to the Zappfy API endpoint.

Links and References

Discussion