Agent Round-Robin Roster
Last auto-regenerated: 2026-05-08
The main inbound Zap assigns new inbound leads to agents via a round-robin system managed in Airtable.
Roster Table
Base: appftI8k7agMqH4bb
Table: tblX2Z1nIj3k3iSTT
Active Agents
| Agent | Calendly | Last Assigned | |
|---|---|---|---|
| Annie Lieb | annie@creatorsagency.co | link | 2026-04-27T20:09:50 |
| Charlie Quinones | charlie@creatorsagency.co | link | 2026-04-27T18:33:54 |
| Henry Burreson | henry@creatorsagency.co | link | 2026-04-27T18:18:08 |
| Aaron Signore | aaron@creatorsagency.co | link | — |
Inactive Agents
| Agent | Note | |
|---|---|---|
| Emma Mckenzie | emma@creatorsagency.co | Not in rotation |
| Apple Crider | apple@creatorsagency.co | Not in rotation |
How Round-Robin Works
When a new inbound email comes in and the Close lead has no existing owner:
- Step 12 queries Airtable for all records where
active = trueANDClose IDis not empty - Sorts by
last_assigned_atascending (oldest assignment first) - Picks the first record (agent who hasn't been assigned most recently)
- PATCHes that record's
last_assigned_atto now - PUTs the agent's Close user ID to the Close lead's
Lead Ownerfield
How to Add a New Agent
- In Airtable — add a row to
tblX2Z1nIj3k3iSTT:Full Name,agent_email,active = true,Close ID,Calendly Link,Slack ID- Leave
last_assigned_atblank (they'll be first in rotation)
- In the Cal.com handler — add their email to
HOST_TO_CLOSE_USERandHOST_INFOindata/calcom_zapier_handler.js - Test — send a test email to intake@ and confirm assignment
How to Remove an Agent
Uncheck active in Airtable. Do not delete the row.