AddActionBody

Body for Add Action. `action_id` is the template; `after` (optional) is an `action_instance_id`; `name` (optional) overrides the template's default display name.

Properties

action_idstringrequired

Action template identifier from the action catalog (e.g. `enrich_company_linkedin_profile`).

afterstring

Insert after this `action_instance_id`. Omit to append to the end of the chain. NOTE: this is an instance ID, not an `action_id`.

namestring

Optional display name for the new action instance. Whitespace-only values are ignored.

Example

AddActionBody example
{
  "action_id": "enrich_company_linkedin_profile",
  "after": "enrich_company_linkedin_profile_1",
  "name": "Enrich primary contact"
}