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 interacts with the Attio API to create webhooks. It allows users to specify webhook details such as the target URL and event subscriptions, enabling automated notifications when certain events occur in Attio. This is useful for integrating Attio with other systems or workflows that need to respond to changes or actions in Attio, such as creating notes or updating records.
Use Case Examples
- Creating a webhook to notify an external system when a new note is created in Attio.
- Setting up a webhook to trigger a workflow whenever a specific event type occurs, filtered by certain criteria.
Properties
| Name | Meaning |
|---|---|
| Data | JSON object containing webhook configuration, including target URL and event subscriptions with filters. |
Output
JSON
json- The JSON response from the Attio API after creating the webhook, containing details of the created webhook.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the API key credential is valid and has the necessary permissions to create webhooks.
- Verify the JSON structure in the 'Data' property is correctly formatted and includes required fields like 'target_url' and 'subscriptions'.
- Common errors include authorization failures due to invalid or expired tokens, and validation errors if the webhook data is incomplete or malformed.
Links
- Attio API Webhooks Documentation - Official documentation for Attio's webhook API endpoints and usage.