Create an onboarding

View as Markdown

Defaults: phase=before_getting_started, state=active, reminders on, frequency 1 day.

Authentication

AuthorizationBearer

Send your key in the Authorization header. Keys start with pivotal_ (production) or pivotal_test_ (test mode, no side effects on integrations). Rotate keys from /admin/api-keys — old keys 401 instantly when revoked.

Request

This endpoint expects an object.
customer_idstringRequired

Numeric display_id or cuid of the parent customer.

template_idstringOptional
phaseenumOptional
stateenumOptional
target_launch_datedatetimeOptional
csm_idstring or nullOptional
se_idstring or nullOptional
designer_idstring or nullOptional
product_ops_idstring or nullOptional
notesstringOptional
reminder_emailbooleanOptional
reminder_slackbooleanOptional
reminder_frequency_daysintegerOptional1-30

Response

Created
objectenum
idstring
display_idinteger
customer_idstring
template_idstring or null
phaseenum
stateenum
started_atdatetime
completed_atdatetime or null
target_launch_datedatetime or null
csm_idstring or null
se_idstring or null
designer_idstring or null
product_ops_idstring or null
notesstring or null
waiting_on_customerboolean
waiting_on_customer_sincedatetime or null
wizard_completed_atdatetime or null
reminder_emailboolean
reminder_slackboolean
reminder_frequency_daysinteger
created_atdatetime
updated_atdatetime

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error