Agendador Environment
Seed set of salon services used by the agendador assistant to describe offerings and create bookings.
services appointments scheduling seed-data catalog salon
What's Included
This example contains 5 documents:
| # | Name | Details |
|---|---|---|
| 1 | Corte de cabelo | $50, 30 min |
| 2 | Barba | $35, 20 min |
| 3 | Corte + Barba | $75, 45 min |
| 4 | Hidratação capilar | $60, 40 min |
| 5 | Sobrancelha | $25, 15 min |
Full JSON
Click to expand
{
"description": "Seed set of salon services used by the agendador assistant to describe offerings and create bookings.",
"tags": [
"services",
"appointments",
"scheduling",
"seed-data",
"catalog",
"salon"
],
"linkedExamples": [
{
"type": "agents",
"variant": "agendador-environment",
"relationship": "Companion scheduling agent that fetches and uses this service catalog."
}
],
"documents": [
{
"employeeId": "<employee-id>",
"name": "Corte de cabelo",
"value": 50,
"durationMinutes": 30
},
{
"employeeId": "<employee-id>",
"name": "Barba",
"value": 35,
"durationMinutes": 20
},
{
"employeeId": "<employee-id>",
"name": "Corte + Barba",
"value": 75,
"durationMinutes": 45
},
{
"employeeId": "<employee-id>",
"name": "Hidratação capilar",
"value": 60,
"durationMinutes": 40
},
{
"employeeId": "<employee-id>",
"name": "Sobrancelha",
"value": 25,
"durationMinutes": 15
}
]
}
How to Import
- Download the ZIP file using the button above
- Navigate to Company Settings → Data Transfer in your AutoTalk dashboard
- Click Import and select the downloaded ZIP file
- Review the import summary and confirm
- All document IDs are automatically remapped — no manual ID editing needed