Skip to main content
POST
Add a step to a dunning campaign

Path Parameters

Body Parameters

Example Request

Response

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Body

application/json
step_order
integer
required
Required range: x >= 1
channel
enum<string>
required
Available options:
email,
sms,
in_app
delay_hours
integer
Required range: x >= 0
template_name
string
subject
string
body
string
is_payment_wall
boolean

When true, this step activates the payment wall on the overdue invoice.

Response

Step created.

id
string<uuid>
campaign_id
string<uuid>
step_order
integer
channel
enum<string>
Available options:
email,
sms,
in_app
delay_hours
integer
template_name
string
subject
string
body
string
is_payment_wall
boolean
created_at
string<date-time>