Actions48
- Chat Actions
- Mensagem Actions
- Grupo Actions
- Perfil Actions
Overview
This node, named "Zappfy API," allows interaction with the Zappfy service through its API. Specifically, for the resource "Grupo" and operation "Revogar Link De Convite" (Revoke Invite Link), it enables users to revoke an existing invitation code for a group. This is useful in scenarios where you want to invalidate previously shared invite links to control group membership or enhance security.
Practical examples include:
- Revoking an invite link after a certain period or event.
- Preventing further access via an old invite link when group membership policies change.
- Managing group invitations dynamically from automated workflows.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance where the invite code will be revoked. |
| ID Do Grupo | The unique identifier of the group for which the invite code should be revoked. |
Output
The node outputs a JSON array containing the response from the Zappfy API related to the revocation request. The exact structure depends on the API's response but typically includes confirmation of the revocation status or any relevant metadata about the group or invite code.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Zappfy API.
- The base URL for API requests is set to
https://docs.zappfy.io/api-reference. - Proper configuration of the API credential within n8n is necessary for successful execution.
Troubleshooting
- Operation Not Supported Error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set as "groups-api" and "revoke-invite-code" respectively.
- Authentication Failures: Ensure the API key credential is valid and has the necessary permissions to revoke invite codes.
- Invalid Group ID or Instance Name: Double-check that the provided group ID and instance name correspond to existing entities in the Zappfy system.
- API Response Errors: If the API returns errors, consult the Zappfy API documentation for error codes and meanings, and adjust input parameters accordingly.
Links and References
- Zappfy API Documentation (base URL used by the node)
- For detailed API usage and error handling, refer to the official Zappfy API docs.