Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
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
- Updating a webhook's target URL to a new endpoint.
- 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
- Attio API Webhooks Documentation - Official documentation for updating webhooks via the Attio API.