POST
/
crm
/
scenario

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name for the new CRM scenario.

description
string | null

An optional description for the CRM scenario.

Response

201 - application/json
id
string

The unique identifier for the CRM scenario.

name
string

The name of the CRM scenario.

description
string | null

A description for the CRM scenario.

organizationId
string

The ID of the organization this scenario belongs to.

createdAt
string

Timestamp of when the scenario was created.

updatedAt
string

Timestamp of when the scenario was last updated.