ActionNote
A note attached to an action instance.
Properties
action_instance_idstringrequiredPublic `action_instance_id` the note is attached to.
sheet_idstringrequiredSheet the note is scoped to.
notestringrequiredThe saved note text.
Example
ActionNote example
{
"action_instance_id": "enrich_company_linkedin_profile_1",
"sheet_id": "string",
"note": "string"
}