Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node allows users to delete a specific Ticket Note Webhook in the Autotask system by providing the webhook's unique ID. It is useful for managing and cleaning up webhook configurations related to ticket notes, such as removing obsolete or unwanted webhook triggers. For example, if a webhook was set up to notify an external system on ticket note creation but is no longer needed, this node can delete that webhook to stop those notifications.

Properties

Name Meaning
Webhook ID The unique identifier of the ticket note webhook to delete.

Output

JSON

  • success - Boolean indicating whether the deletion was successful.
  • id - The ID of the deleted webhook.
  • message - Optional message returned by the API, such as confirmation or error details.

Dependencies

  • Requires an Autotask API credential (API key or token) to authenticate requests to the Autotask REST API.

Troubleshooting

  • If the provided Webhook ID does not exist or is invalid, the node will throw an error indicating the webhook could not be found.
  • Authentication errors may occur if the API credentials are missing, invalid, or expired; ensure valid Autotask API credentials are configured.
  • Network or API downtime can cause request failures; verify network connectivity and Autotask service status.
  • Ensure the user has sufficient permissions in Autotask to delete webhooks.

Discussion