CRM Scenarios
Create CRM Scenario
Creates a new CRM scenario.
POST
/
crm
/
scenario
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredThe 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.
Was this page helpful?