CreateWorkflowBody

Body for Create Workflow. Only `name` is required.

Properties

namestringrequired

Workflow name. Not required to be unique in the organization.

Example

CreateWorkflowBody example
{
  "name": "Lead Enrichment Pipeline"
}