Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a specific Contact Webhook in the Autotask system by its unique Webhook ID. It is useful for automating the removal of webhooks that are no longer needed or to clean up webhook configurations programmatically. For example, if a webhook was created for a temporary integration or testing purpose, this operation can be used to delete it automatically once it is no longer required.

Properties

Name Meaning
Webhook ID The unique identifier of the contact webhook to delete. This is a required input to specify which webhook should be removed.

Output

JSON

  • success - Boolean indicating whether the webhook was successfully deleted.
  • id - The ID of the webhook that was deleted.

Dependencies

  • Requires an API key credential to authenticate with 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 key credential is missing or invalid. Ensure the credential is properly configured.
  • Network or API endpoint issues can cause failures; check connectivity and Autotask API status.

Discussion