Skip to main content
POST
Apply blueprint to bot

Path Parameters

blueprintId
string<uuid>
required

Body

Request body for applying a blueprint to a bot

botId
string<uuid>
required

The bot to apply the blueprint to

variables
object
required

Variable values keyed by variable name. Each value can be a plain string or an options object.

Example:
deleteExistingAppliedWorkflows
boolean
default:false

When true, deletes existing workflows and application history created by prior template or blueprint applications for this bot before applying the blueprint. Manual workflows are preserved.

Response

Response containing the blueprint apply job ID

success
enum<boolean>
required
Available options:
true
data
object
required