Skip to main content

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

Download ZIP

What's Included

This example contains 5 documents:

#NameDetails
1Corte de cabelo$50, 30 min
2Barba$35, 20 min
3Corte + Barba$75, 45 min
4Hidratação capilar$60, 40 min
5Sobrancelha$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

  1. Download the ZIP file using the button above
  2. Navigate to Company Settings → Data Transfer in your AutoTalk dashboard
  3. Click Import and select the downloaded ZIP file
  4. Review the import summary and confirm
  5. All document IDs are automatically remapped — no manual ID editing needed