Skip to main content
POST
Apply bot template

Path Parameters

botId
string<uuid>
required

The ID of the bot to apply the template to

templateId
string<uuid>
required

The ID of the template to apply

Body

Request body for applying a template to the bot in the path

variables
object
required

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

Example:

Response

Response containing the applied template result

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