Attio icon

Attio

Interact with Attio API

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

  1. Creating a webhook to notify an external system when a new note is created in Attio.
  2. 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

Discussion