Zappfy API icon

Zappfy API

Interact with Zappfy API

Overview

This node integrates with the Zappfy API to manage groups within an instance. Specifically, the "Criar Grupo" (Create Group) operation under the "Grupo" (Group) resource allows users to create a new group by specifying its name, description, and participants. This is useful for automating group creation workflows in messaging or collaboration platforms that use Zappfy.

Practical examples include:

  • Automatically creating customer support groups based on incoming requests.
  • Setting up project-specific chat groups with predefined members.
  • Managing community or event groups dynamically from other systems.

Properties

Name Meaning
Nome Da Instância The name of the instance where the group will be created.
Nome Do Grupo The name of the group to be created.
Descrição Optional description text for the group.
Participantes Comma-separated list of participant phone numbers (e.g., 5511999999999,5511888888888).

Output

The node outputs a JSON array containing the response from the Zappfy API after attempting to create the group. This typically includes details about the newly created group such as its ID, name, description, and participant information.

No binary data output is indicated.

Dependencies

  • Requires an active connection to the Zappfy API.
  • Needs an API authentication token configured in n8n credentials (referred generically as an API key credential).
  • The base URL for API requests is https://docs.zappfy.io/api-reference.

Troubleshooting

  • Operation not supported error: If the node throws an error stating the operation is not supported, verify that the selected resource and operation names are correct and implemented.
  • Invalid participants format: Ensure participant phone numbers are correctly formatted and separated by commas without extra spaces.
  • Authentication errors: Confirm that the API key credential is valid and has necessary permissions.
  • Network issues: Check connectivity to the Zappfy API endpoint.

Links and References

Discussion