Skip to content

Email & SMS

Resend (Email)

typescript
// Settings > Notifications > Email
RESEND_API_KEY=re_xxxxx
RESEND_FROM_EMAIL=noreply@yourdomain.com

Supported Templates:

  • Booking Confirmation
  • Reminder (24h, 1h)
  • Cancellation Notice
  • Review Request

Twilio (SMS)

typescript
// Settings > Notifications > SMS
TWILIO_ACCOUNT_SID=ACxxxxx
TWILIO_AUTH_TOKEN=xxxxx
TWILIO_PHONE_NUMBER=+1234567890

Features:

  • Booking confirmation SMS
  • Reminder SMS
  • Cancellation SMS

Released under the MIT License.