Files
ladill-frontdesk/config/sms.php
T
isaaccladandCursor 8300cafc36
Deploy Ladill Frontdesk / deploy (push) Successful in 45s
Add per-customer SMS and Bird credentials to Frontdesk Integrations.
NotificationDispatcher sends via customer relay and skips Frontdesk wallet debit when tenant keys are configured.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-12 17:05:54 +00:00

6 lines
108 B
PHP

<?php
return [
'customer_relay_url' => env('SMS_CUSTOMER_RELAY_URL', 'https://ladill.com/api/sms'),
];