Easy!Appointments icon

Easy!Appointments

Interact with Easy!Appointments API

Actions21

Overview

This node integrates with the Easy!Appointments API to manage appointment data. Specifically, the "Delete Appointment" operation allows users to remove an existing appointment by specifying its unique ID. This is useful in scenarios where appointments need to be canceled or removed from the scheduling system automatically as part of a workflow.

Practical examples include:

  • Automatically deleting appointments when a customer cancels via another system.
  • Cleaning up test or outdated appointments during data synchronization.
  • Removing appointments after certain conditions are met in a business process.

Properties

Name Meaning
Appointment ID The unique identifier of the appointment to delete. This is required to specify which appointment should be removed.

Output

The output JSON contains the response from the Easy!Appointments API after attempting to delete the specified appointment. Typically, this will confirm whether the deletion was successful or provide error details if it failed.

No binary data is output by this operation.

Dependencies

  • Requires an active connection to the Easy!Appointments API.
  • Needs an API authentication credential configured in n8n (an API key or token).
  • The base URL for the Easy!Appointments instance must be set in the node credentials.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Appointment ID will result in an error from the API.
    • Network connectivity problems can prevent the node from reaching the Easy!Appointments server.
    • Insufficient permissions or invalid API credentials will cause authorization errors.
  • Error messages and resolutions:

    • "Appointment not found": Verify that the Appointment ID is correct and exists in the system.
    • "Unauthorized" or "Authentication failed": Check that the API credentials are correctly configured and have sufficient rights.
    • "Network error" or timeout: Ensure the Easy!Appointments server is reachable and the base URL is correct.

Links and References

Discussion