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 list medical specialties ("Especialidades"). It allows users to retrieve a filtered list of specialties optionally scoped by a specific unit ID. This is useful in healthcare management workflows where you need to dynamically fetch available specialties for scheduling, reporting, or administrative purposes.
For example, a clinic receptionist could use this node to get all specialties offered at a particular clinic unit before booking an appointment or displaying options to patients.
Properties
| Name | Meaning |
|---|---|
| Filtros | Filters to narrow down results. Contains: • Unidade ID: (number) Optional ID of the unit to filter specialties by that location. |
Output
The node outputs an array of JSON objects representing the specialties retrieved from the Feegow API. Each object corresponds to a specialty and contains its details as returned by the API.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Feegow Clinic API.
- The node makes HTTP requests to the Feegow API endpoints.
- Proper configuration of the API credential within n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication errors.
- Providing an invalid unit ID filter may result in empty responses or errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Errors are reported with the format:
Erro na operação listSpecialties para specialties: <error message> - To resolve, verify API credentials, check filter values, and ensure network access to the Feegow API.
- Errors are reported with the format:
Links and References
- Feegow Clinic API Documentation (example link; replace with actual if available)
- n8n documentation on HTTP Request Node for understanding API integrations