Update a playbook

View as Markdown
Update an existing playbook.

Authentication

AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer

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

Path parameters

idstringRequired

Request

This endpoint expects an object.
custom_field_idslist of stringsOptional

IDs of Shared Custom Fields to associate with this Playbook.

descriptionstring or nullOptional
Description of the playbook.
namestringOptional
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
positioninteger or null
summary_guidancestring or null
updated_atdatetime
updated_by_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error