WiizoChat
Integração completa com API Wiizo - Mensagens, contatos, tickets, empresas, tags e agendamentos
Actions12
Overview
This node integrates with the Wiizo API to manage messaging, contacts, tickets, companies, tags, and message scheduling. Specifically, the "🗑️ Excluir Agendamento" (Delete Schedule) operation allows users to delete a previously created scheduled message by its ID.
Use cases include:
- Automatically removing outdated or incorrect scheduled messages.
- Managing message schedules dynamically based on workflow conditions.
- Cleaning up scheduled tasks that are no longer needed.
For example, if you have scheduled promotional messages but want to cancel one before it is sent, this operation lets you delete that schedule by specifying its ID.
Properties
| Name | Meaning |
|---|---|
| ID do Agendamento | The numeric ID of the schedule to be deleted |
Output
The output JSON contains the response from the Wiizo API after attempting to delete the schedule. This typically includes confirmation of deletion or an error message if the schedule was not found or could not be deleted.
No binary data is output by this operation.
Dependencies
- Requires an active connection to the Wiizo API via an API key credential configured in n8n.
- The node uses HTTP requests authenticated with this credential to communicate with the Wiizo API endpoints.
- No additional environment variables are required beyond the API credential.
Troubleshooting
Common issues:
- Invalid or missing schedule ID will cause the API to reject the deletion request.
- Missing or invalid API credentials will result in authentication errors.
- Network connectivity problems can prevent communication with the Wiizo API.
Error messages:
"Credenciais não encontradas": Indicates the API credential is not set or invalid. Fix by configuring the correct API key credential.- API errors related to schedule ID (e.g., not found): Verify the schedule ID exists and is correct.
- HTTP request failures: Check network access and API endpoint availability.
Links and References
- Wiizo API Documentation (hypothetical link for reference)
- n8n documentation on HTTP Request Authentication