Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to create a new comment on a specified thread. It is useful for automating the addition of comments in workflows, such as notifying team members or logging information related to a thread in Attio. For example, it can be used to post comments with content, author details, creation timestamp, and thread association.

Use Case Examples

  1. Posting a comment to a thread to notify workspace members.
  2. Adding a timestamped note to a discussion thread in Attio.

Properties

Name Meaning
Data The JSON object containing the comment details such as content, author information, creation time, and the thread ID where the comment will be posted.

Output

JSON

  • json - The JSON response from the Attio API representing the created comment object.

Dependencies

  • Requires an API key credential for Attio API authentication.

Troubleshooting

  • Ensure the 'data' JSON is correctly formatted and includes all required fields such as content, author, created_at, and thread_id.
  • Common errors include authentication failures due to invalid or missing API tokens, which can be resolved by verifying the API key credentials.
  • API endpoint errors may occur if the thread_id is invalid or the user lacks permission to post comments on the thread.

Links

Discussion