v1

latestOpenAPI 3.1.02026-07-13231960.5 KB
Playbooks

Create playbook

Create a new team playbook. Requires ManageOrgPlaybooks permission.

post/v1/playbooks

Request body

titlestring required

The title of the playbook

bodystring required

The content/instructions of the playbook

macrostring nullable

Optional macro shortcut for the playbook (e.g., !deploy)

Response

Playbook created successfully

playbook_idstring

Unique identifier for the playbook

titlestring

The title of the playbook

bodystring

The content/instructions of the playbook

statusstring

Status of the playbook (published, deleted, etc.)

access_typestring

Access level of the playbook (team, community, etc.)

org_idstring

Organization ID that owns the playbook

created_atstring date-time

When the playbook was created

updated_atstring date-time

When the playbook was last updated

created_by_user_idstring nullable

ID of the user who created the playbook

created_by_user_namestring nullable

Name of the user who created the playbook

updated_by_user_idstring nullable

ID of the user who last updated the playbook

updated_by_user_namestring nullable

Name of the user who last updated the playbook

macrostring nullable

Optional macro shortcut for the playbook