Feegow Clinic icon

Feegow Clinic

Integração com a API Feegow

Overview

This node integrates with the Feegow Clinic API to retrieve detailed information about professionals and their specialties. Specifically, the "Obter Informações E Especialidades" operation under the "Profissional" resource allows users to fetch data about a particular professional by their ID. This is useful in scenarios where you need to obtain comprehensive details about healthcare professionals registered in the Feegow system, including their specialties, for scheduling, reporting, or administrative purposes.

Practical example:
A clinic automation workflow could use this node to get updated specialty information of a doctor before creating an appointment or sending notifications to patients about available specialists.

Properties

Name Meaning
Filtros Filters to specify the professional to search. Only one filter is supported:
- Profissional ID: The unique numeric ID of the professional (mandatory).

Output

The node outputs JSON data containing the response from the Feegow API for the requested professional. This typically includes detailed information about the professional such as personal data, specialties, and possibly other related metadata as returned by the /api/professionals/search endpoint.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Feegow Clinic API.
  • The node uses HTTP requests to communicate with Feegow endpoints.
  • Proper configuration of the Feegow API credentials within n8n is necessary.

Troubleshooting

  • Common issues:

    • Missing or invalid professional ID filter will cause the API request to fail.
    • Network connectivity problems or incorrect API credentials can lead to authentication errors.
    • If the professional ID does not exist in the Feegow system, the API may return an empty result or an error.
  • Error messages:

    • Erro na operação searchProfessional para professionals: <message> indicates an error during the API call for fetching professional info. Check the professional ID and API credentials.
    • Ensure that the "Profissional ID" property is set and is a valid number.

Links and References

Discussion