Integrations
Connect external services to extend CRM capabilities
Twilio
SMS and voice messaging via toll-free number
Required environment variables:
TWILIO_ACCOUNT_SIDTWILIO_AUTH_TOKENTWILIO_PHONE_NUMBERSet these in your .env file on the server and restart the app.
Stripe
Payment processing, invoices, and subscriptions
Required environment variables:
STRIPE_SECRET_KEYSTRIPE_WEBHOOK_SECRETSet these in your .env file on the server and restart the app.
Resend
Transactional and marketing email delivery
Required environment variables:
RESEND_API_KEYRESEND_FROM_EMAILSet these in your .env file on the server and restart the app.
Google Calendar
Sync appointments with Google Calendar
Required environment variables:
GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETSet these in your .env file on the server and restart the app.