Skip to main content
POST
Create a regulatory workflow instance

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Body

application/json
template
enum<string>
required
Available options:
cadoc-5710,
cadoc-5711
Example:

"cadoc-5711"

name
string
required

Shown in the sidebar and run list. One per regulated entity.

Required string length: 1 - 120
Example:

"CADOC 5711 - Range Brasil Ltda"

email
string<email>
required

Recipient of the workflow report emails.

Example:

"compliance@example.com"

enabled
boolean
required

Set false to keep the instance configured but paused.

Example:

true

recipients
string<uuid>[]

Alert channel IDs (see GET /v1/risk/channels) that receive workflow output.

Example:
cadence
enum<string>

Defaults to the template cadence.

Available options:
daily,
monthly
Example:

"daily"

formats
enum<string>[]

Output formats; must be allowed by the template. Defaults to every allowed format.

Available options:
xml
Example:
report_mode
enum<string>

always delivers every run; exception_only stays silent on a clean run.

Available options:
always,
exception_only
Example:

"always"

fields
object

Template-declared fields, validated against the template field_schema. Required ones must be present when creating.

Example:

Response

201 - application/json
id
string
required
Example:

"9b2f7c61-2d4e-4a8b-9f10-3c5d7e9a1b2c"

name
string
required
Example:

"CADOC 5711 - Range Brasil Ltda"

email
string
required
Example:

"compliance@example.com"

enabled
boolean
required
Example:

true

recipients
string[]
required
cadence
enum<string>
required
Available options:
daily,
monthly
formats
enum<string>[]
required
Available options:
xml
report_mode
enum<string>
required
Available options:
always,
exception_only
fields
object
required
Example:
created_at
string
required
Example:

"2026-08-25T00:00:00.000Z"

updated_at
string
required
Example:

"2026-08-25T00:00:00.000Z"

updated_by
string | null
Example:

"user@example.com"

Last modified on September 17, 2026