Every order, to a Google Sheets row
Atenta webhook → “Catch Hook” → “Create Spreadsheet Row”. Your end-of-day tally fills itself in.
Atenta + Zapier
Every order, appointment or payment in Atenta can trigger a Zap; and a Zap can create orders or appointments in Atenta.
POST https://api.atenta.mx/v1/citas
Authorization: Bearer atk_TU_TOKEN
Content-Type: application/json
{ "inicio": "2026-09-25T17:00:00-06:00", "nombre": "Laura", "motivo": "corte", "estado": "confirmada" }01 · What you can do
Atenta webhook → “Catch Hook” → “Create Spreadsheet Row”. Your end-of-day tally fills itself in.
The cita event brings date, time, person and customer. The Zap puts it on the calendar of whoever is on duty.
The escalacion event alerts your team where they already work, with the link to the chat.
02 · How it connects
Nothing connects unless you turn it on. Every token and every webhook is listed in Settings → Integrations, with its last use, and is revoked with one tap.
Zapier gives you a URL. Copy it.
Settings → Integrations → Webhooks → “New”: paste the URL and pick the events (order, appointment, payment, message, escalation, call). Atenta gives you a whsec_ secret (only once) to verify the signature and a “Test” button that sends a ping.
Generate a token in Settings → Integrations → Zapier and call https://api.atenta.mx/v1 with “Custom Request” and the header Authorization: Bearer <token>. The OpenAPI is at https://api.atenta.mx/v1/openapi.json.
Zapier is a trademark of Zapier, Inc. The connection uses open webhooks and an open API; it doesn't require an Atenta app in Zapier's directory.