Gestor Clientes Max - Agendamento
Overview
The node "Gestor Clientes Max - Agendamento" manages appointment scheduling through an external API. It supports creating, retrieving (all or by ID), updating, and deleting appointments. This node is useful for automating appointment workflows such as booking consultations, checking appointment details, modifying schedules, or removing outdated bookings.
For example, a healthcare provider could use this node to automatically fetch appointment details by ID to display patient schedules, or update appointment statuses after confirmation calls.
Properties
| Name | Meaning |
|---|---|
| Appointment ID | The unique numeric identifier of the appointment. Required for Get By ID, Update, Delete operations. |
Output
The node outputs JSON data representing the appointment information returned from the API. For the "Get By ID" operation, the output JSON contains the details of the specific appointment requested, including fields like title, description, start and end times, status, priority, client ID, and consultation price if available.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential to authenticate requests to the Gestor Clientes Max API.
- The node makes HTTP requests to the configured base URL of the Gestor Clientes Max service.
- Proper configuration of the API key credential in n8n is necessary for successful communication.
Troubleshooting
Common issues:
- Invalid or missing Appointment ID when performing Get By ID, Update, or Delete operations will cause errors.
- Incorrect or expired API key credentials will result in authentication failures.
- Network connectivity problems can prevent successful API calls.
Error messages:
"Unknown operation: <operation>"indicates an unsupported operation was specified; verify the operation parameter.- API errors returned from the external service will be passed through; check the API response message for details.
- If the node throws errors about missing parameters, ensure all required fields (like Appointment ID) are provided.
Links and References
- No direct links provided in the source code.
- Refer to the Gestor Clientes Max API documentation for detailed API endpoint descriptions and authentication setup.