Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to delete a specific webhook identified by a UUID. It is useful for managing webhooks in Attio, allowing users to remove webhooks that are no longer needed or valid. For example, if a webhook was created for a specific event but is no longer required, this node can be used to delete it by providing the webhook's unique identifier.

Use Case Examples

  1. Deleting a webhook by specifying its UUID to stop receiving event notifications from Attio.
  2. Managing webhook lifecycle by programmatically removing outdated or unused webhooks.

Properties

Name Meaning
Webhook Id A UUID identifying the webhook to delete.

Output

JSON

  • json - The JSON response from the Attio API after attempting to delete the webhook, typically indicating success or failure of the deletion operation.

Dependencies

  • Requires an API key credential for authenticating with the Attio API.

Troubleshooting

  • If the webhook ID is invalid or does not exist, the API will return an error indicating the webhook could not be found. Verify the UUID is correct.
  • Authentication errors may occur if the API key credential is missing or invalid. Ensure the API key is correctly configured in the node credentials.
  • Network or API availability issues can cause request failures. Check network connectivity and Attio API status if requests fail unexpectedly.

Links

Discussion