Add per-customer SMS and Bird Integrations for patient messaging.
Deploy Ladill Care / deploy (push) Successful in 37s
Deploy Ladill Care / deploy (push) Successful in 37s
Patient SMS/email now use encrypted tenant keys via the platform relay instead of shared platform Care API keys. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+4
-2
@@ -44,14 +44,16 @@ IDENTITY_API_KEY_CARE=
|
||||
MEET_API_URL=https://meet.ladill.com/api/service/v1
|
||||
MEET_API_KEY_CARE=
|
||||
|
||||
# Ladill SMS (patient messaging — management API on ladill.com)
|
||||
# Ladill SMS (patient messaging uses customer keys via Integrations; platform key optional)
|
||||
SMS_PLATFORM_API_URL=https://ladill.com/api
|
||||
SMS_API_KEY_CARE=
|
||||
SMS_CUSTOMER_RELAY_URL=https://ladill.com/api/sms
|
||||
SMS_DEFAULT_SENDER_ID=Ladill
|
||||
|
||||
# Ladill Bird / SMTP (patient email — management API on ladill.com)
|
||||
# Ladill Bird / SMTP (patient email uses customer keys via Integrations)
|
||||
SMTP_PLATFORM_API_URL=https://ladill.com/api/smtp
|
||||
SMTP_API_KEY_CARE=
|
||||
SMTP_CUSTOMER_RELAY_URL=https://ladill.com/api/smtp
|
||||
CARE_SMTP_FROM=care@ladill.com
|
||||
CARE_SMTP_FROM_NAME="Ladill Care"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user