Setup Guide
Add Your Crew
Go to Crew Members and add your technicians. You need at least one crew member before bookings can be confirmed and dispatched.
Get a Twilio Number
Sign up at twilio.com, buy a phone number, and set your environment variables:
TWILIO_ACCOUNT_SID
TWILIO_AUTH_TOKEN
TWILIO_PHONE_NUMBER
Configure Twilio Webhooks
In the Twilio console, set your phone number's webhook URLs:
SMS webhook:
https://bookdash.polsia.app/webhooks/twilio/sms
Voice webhook:
https://bookdash.polsia.app/webhooks/twilio/voice
Both should be set to HTTP POST.
Test It
Text your Twilio number: "Hi, I need pressure washing at 123 Main St this Friday"
The AI will reply, extract the job details, find an available crew member, and confirm the booking — all automatically.