owner-partners
SMS Templates
SMS capabilities in the Owner Partners platform via Twilio.
SMS Templates
Partner Referral SMS
Partner-initiatedMessage
{partnerName} recommends OwnerInspections for building inspections. Book here: {bookingUrl}
Endpoint: POST /api/affiliate/send-sms
Rate Limit: 10 SMS per hour per user
Notes: Booking URL includes affiliate referral code: https://ownerinspections.com.au/book?aff={referralCode}&ref={referralCode}. Requires JWT authentication via auth-token cookie.
Configuration
| Setting | Description |
|---|---|
Provider | Twilio SDK client |
TWILIO_ACCOUNT_SID | Account identifier |
TWILIO_AUTH_TOKEN | Authentication token |
TWILIO_MESSAGING_SERVICE_SID | Messaging service for sending |