Create approval workflow
Create a new approval workflow.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Approval workflow creation payload.
Approval workflow name.
1"Enterprise quote approval"
Quote or subscription flows where the workflow applies.
1quote_subscription, quote_subscription_update, quote_one_off, subscription_update ["quote_subscription"]Whether the workflow is active.
true
Workflow priority. Lower values are evaluated first when multiple workflows match.
10
How workflow steps execute. Sequential steps run by order; parallel steps run together.
sequential, parallel "sequential"
Rules that determine when the workflow applies.
1Approval steps required by the workflow.
1Approval workflow description.
"Requires approval for high-value subscription quotes."
Whether approvers receive email notifications for this workflow.
true
Response
Approval workflow ID.
"apw_DKL4Xcb5VSa8CQ"
Approval workflow name.
"Enterprise quote approval"
Approval workflow description.
"Requires approval for high-value subscription quotes."
Quote or subscription flows where the workflow applies.
quote_subscription, quote_subscription_update, quote_one_off, subscription_update ["quote_subscription"]Whether the workflow is active.
true
Workflow priority. Lower values are evaluated first when multiple workflows match.
10
Rules that determine when the workflow applies.
How workflow steps execute. Sequential steps run by order; parallel steps run together.
sequential, parallel "sequential"
Whether approvers receive email notifications for this workflow.
true
Approval steps required by the workflow.
Workflow version number.
1
Original workflow ID when this workflow is an archived version.
null

