Attio icon

Attio

Interact with Attio API

Overview

This node updates an existing webhook in the Attio API. It is useful for modifying webhook configurations such as the target URL or event subscriptions. For example, you can update a webhook to change where notifications are sent or adjust which events trigger the webhook.

Use Case Examples

  1. Updating a webhook's target URL to a new endpoint.
  2. Changing the event subscriptions of a webhook to listen for different event types.

Properties

Name Meaning
Webhook Id A UUID which identifies the webhook to update.
Data JSON object containing the webhook update details such as target URL and event subscriptions.

Output

JSON

  • json - The JSON response from the Attio API after updating the webhook, containing the updated webhook details.

Dependencies

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

Troubleshooting

  • Ensure the Webhook Id is a valid UUID; otherwise, the API will reject the request.
  • The Data property must be valid JSON; invalid JSON will cause parsing errors.
  • API authentication errors may occur if the API key credential is missing or invalid.
  • Network or API errors will be returned as error messages in the node output if 'Continue On Fail' is enabled.

Links

Discussion