Add per-customer SMS and Bird Integrations for patient messaging.
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:
isaacclad
2026-07-12 17:05:54 +00:00
co-authored by Cursor
parent 2568b8a2f0
commit f1e28c7af8
17 changed files with 1084 additions and 29 deletions
+4 -2
View File
@@ -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"