Settings
Configure your integrations and preferences
Twilio SMS
Configure Twilio for SMS text-back and follow-up messages.
TWILIO_ACCOUNT_SIDTWILIO_AUTH_TOKENTWILIO_PHONE_NUMBERSet these in your Render environment variables dashboard.
Cal.com Calendar
Connect Cal.com to book appointments directly from lead conversations.
CALCOM_API_KEYCALCOM_BASE_URL (optional, defaults to api.cal.com)Your Cal.com event type slug is used to create bookings.
Chatbot Widget
Add this script to your website to activate the AI chatbot:
<script src="https://untitled-1779787315833-c5s8.polsia.app/js/chatbot.js"></script>
Missed Call Webhook
Point your phone provider's webhook to this endpoint:
POST https://untitled-1779787315833-c5s8.polsia.app/api/missed-call/webhook
Expected payload: {"phone", "caller_name", "call_sid", "duration_seconds"}