Widget Config
Manage the published-vs-draft BOTTO widget settings for the internal tenant. Preview is admin-only and publish updates the public config endpoint.
Preview
Preview only
BOTTO
How can I help?
Hi! I'm BOTTO. What brings you here today?
Flow Snapshot
{
"categories": [
{
"id": "build_ai",
"icon": "spark",
"label": "Build with AI",
"steps": [
{
"id": "step_what",
"type": "buttons",
"options": [
{
"label": "AI chatbot",
"value": "chatbot"
},
{
"label": "Automation",
"value": "automation"
}
],
"question": "What do you want to build?"
},
{
"id": "step_stage",
"type": "buttons",
"options": [
{
"label": "Just an idea",
"value": "idea"
},
{
"label": "Ready to start",
"value": "ready"
}
],
"question": "What stage are you at?"
}
],
"fields": [
{
"id": "name",
"type": "text",
"label": "Name",
"required": true
},
{
"id": "email",
"type": "email",
"label": "Email",
"required": true
},
{
"id": "phone",
"type": "tel",
"label": "Phone",
"required": false
},
{
"id": "company",
"type": "text",
"label": "Company",
"required": false
},
{
"id": "project",
"type": "textarea",
"label": "Project",
"required": false
}
],
"enabled": true
}
],
"error_message": "Something went wrong. Please try again.",
"success_message": "Thanks! We'll be in touch within 24 hours."
}Recent Versions
[
{
"version_number": 1,
"status": "published",
"published_at": "2026-04-09T13:40:15.020Z"
}
]