Short answer: You can create note in Attio by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Attio Create Note action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Parent Object parent_object | options | Required | – |
Parent Record ID parent_record_id | string | Required | – |
Title title | string | Optional | Discovery call notes |
Body content | string | Required | – |
Format format | options | Optional | – |
{"parent_object": "{{trigger.parent_object}}","parent_record_id": "{{trigger.parent_record_id}}","title": "Discovery call notes","content": "{{trigger.content}}","format": "{{trigger.format}}"}
{"data": {"id": {"note_id": "note_abc123"}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.