Apply a blueprint to a bot by providing values for all required variables. Each template in the blueprint is applied sequentially. Returns a job ID to track progress.
Request body for applying a blueprint to a bot
The bot to apply the blueprint to
Variable values keyed by variable name. Each value can be a plain string or an options object.
{
"office_name": "Happy Dental",
"phone_number": {
"value": "+15551234567",
"createOrgVariable": true
},
"office_address": {
"existingOrgVariableId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}