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 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
- Posting a comment to a thread to notify workspace members.
- 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
- Attio API - Create Comment - Official Attio API documentation for creating comments.