Plug-ins
Extend your receptionist with tradie CRM, calendar sync, notify, and custom webhooks. Slots below are pre-registered; configure each to enable.
Registered plug-ins
Click Configure on any card to set its API key, endpoint, or pipeline target.
Tradie CRM
previewPush every call into your trade CRM (ServiceM8, Jobber, Housecall). Bookings land as new leads; jobs sync back.
Notify tradie
Forward captured messages to the tradie via SMS / email / push.
Calendar sync
Create Google / Outlook calendar events from bookings.
Custom webhook
betaPOST captured calls as JSON to a configurable URL. CJ Landscaping AIOS target.
Build a plug-in
Want to add a new connector? Plug-in slots live in lib/plugins.ts.
Each plug-in is a slot — type-safe config schema, status derivation, and an action body. Add a new entry to PLUGIN_SLOTS to register it. The plug-in grid renders automatically. CJ Landscaping's AIOS is wired through the webhook slot — set the URL once and captured calls POST as JSON.