Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to delete a specific note identified by its UUID. It is useful in scenarios where you need to programmatically remove notes from your Attio workspace, such as cleaning up outdated or irrelevant notes automatically.

Use Case Examples

  1. Automatically delete notes that are older than a certain date.
  2. Remove notes based on specific workflow triggers or conditions.

Properties

Name Meaning
Note Id A UUID which identifies the note to delete.

Output

JSON

  • json - The JSON response from the Attio API after deleting the note, typically confirming the deletion or providing status information.

Dependencies

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

Troubleshooting

  • Ensure the Note Id provided is a valid UUID and corresponds to an existing note in Attio.
  • Common error: 'Operation configuration not found' indicates a misconfiguration in the node's operation selection.
  • Authentication errors may occur if the API key credential is missing or invalid; verify the credential setup.

Links

Discussion