Actions25
- Agendamento Actions
- Convênio Actions
- Empresa Actions
- Especialidade Actions
- Paciente Actions
- Procedimento Actions
- Profissional Actions
Overview
This node integrates with the Feegow Clinic API to manage appointment-related data. Specifically, for the "Agendamento" (Appointments) resource and the "Listar Motivos De Reagendamento/Cancelamento" (List Appointment Rescheduling/Cancellation Reasons) operation, it retrieves a list of reasons why appointments were rescheduled or canceled.
This functionality is useful in scenarios where a clinic or healthcare provider wants to analyze or report on common causes for appointment changes, helping improve scheduling efficiency and patient communication.
Example use cases:
- Automatically fetching cancellation reasons to generate reports.
- Using cancellation motives to trigger follow-up workflows or notifications.
- Auditing appointment rescheduling patterns for operational improvements.
Properties
| Name | Meaning |
|---|---|
| Filtros | A collection of filters to narrow down the list of appointment motives. Currently empty, meaning no specific filters are applied by default. |
Output
The node outputs JSON data containing the list of appointment motives related to rescheduling or cancellation. The structure corresponds directly to the API response from the endpoint /api/appoints/motives. Each item typically includes details such as motive ID and description.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Feegow Clinic API.
- The node makes HTTP requests to Feegow's REST API endpoints.
- Proper configuration of the API credential within n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Network connectivity problems can prevent reaching the Feegow API.
- If the API changes or is unavailable, the node may throw errors.
Error messages:
- Errors include the operation and resource context, e.g.,
Erro na operação listAppointmentMotives para appointments: <error message>. - To resolve, verify API credentials, network access, and that the Feegow API service is operational.
- Errors include the operation and resource context, e.g.,
Links and References
- Feegow Clinic API Documentation (example link; replace with actual if available)
- n8n documentation on HTTP Request Node for understanding underlying request mechanics