Skip to main content
POST
Install a playbook

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Body

application/json
accounts
object

The account to use for each slot of the playbook, keyed by slot ({"account": "acc_123"}). Every slot listed by GET /playbooks/{slug} must be filled.

Example:
inputs
object

Values for the playbook inputs, keyed by input key. Anything left out falls back to the catalog default, so {"keyword":"GUIDE","link":"https://…"} is usually enough.

Example:
force
boolean
default:false

Install again on an account that already runs this playbook. Off by default: two copies send two DMs for a single comment.

Response

201 - undefined