Create a playbook

View as Markdown
Create a new playbook for the organization.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:)>.

OR
AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired
custom_field_idslist of stringsOptional

IDs of Shared Custom Fields to associate with this Playbook.

descriptionstring or nullOptional
Description of the playbook.
outcome_idslist of stringsOptional

IDs of Outcomes that should be associated with this Playbook.

summary_guidancestring or nullOptional
Guidance for AI summaries of calls and meetings associated with this Playbook.

Response

Successful response
archived_atdatetime or null
archived_by_idstring or null
created_atdatetime
created_by_idstring
custom_field_idslist of strings
descriptionstring or null
idstring
namestring
organization_idstring
outcome_idslist of strings
summary_guidancestring or null
updated_atdatetime
updated_by_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error