Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node allows users to delete a Configuration Item Webhook in Autotask by specifying its unique Webhook ID. It is useful for automating the removal of webhooks that are no longer needed or to manage webhook lifecycle programmatically within workflows.

Properties

Name Meaning
Webhook ID The unique identifier of the Configuration Item Webhook to delete, required to specify which webhook to remove.

Output

JSON

  • success - Indicates whether the deletion operation was successful (true/false).
  • id - The ID of the webhook that was deleted.

Dependencies

  • Requires an Autotask API authentication credential to authorize requests to the Autotask REST API.

Troubleshooting

  • If the Webhook ID is invalid or does not exist, the node will throw an error indicating the webhook could not be found. Verify the ID is correct.
  • Authentication errors may occur if the API credentials are missing or invalid; ensure valid Autotask API credentials are configured.
  • Network or API rate limit issues may cause failures; check connectivity and Autotask API usage limits.

Discussion