ActionNote

A note attached to an action instance.

Properties

action_instance_idstringrequired

Public `action_instance_id` the note is attached to.

sheet_idstringrequired

Sheet the note is scoped to.

notestringrequired

The saved note text.

Example

ActionNote example
{
  "action_instance_id": "enrich_company_linkedin_profile_1",
  "sheet_id": "string",
  "note": "string"
}