Allow Sales Centre service API access for demo room creation.
Deploy Ladill Meet / deploy (push) Successful in 1m43s
Deploy Ladill Meet / deploy (push) Successful in 1m43s
Adds sales_centre to Meet service API keys so reps can auto-create demo links from outreach emails. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -74,6 +74,7 @@ MEET_API_KEY_FRONTDESK=
|
||||
MEET_API_KEY_HR=
|
||||
MEET_API_KEY_SUPPORT=
|
||||
MEET_API_KEY_INVOICE=
|
||||
MEET_API_KEY_SALES_CENTRE=
|
||||
|
||||
# --- Ladill Events (registration for webinars & conferences) ---
|
||||
# Same secret on both apps: MEET_API_KEY_EVENTS here, EVENTS_API_KEY_MEET in ladill-events.
|
||||
|
||||
+2
-1
@@ -162,7 +162,7 @@ return [
|
||||
'branches' => 'Branch rollup',
|
||||
],
|
||||
|
||||
'service_api_keys' => [
|
||||
'service_api_keys' => [
|
||||
'care' => env('MEET_API_KEY_CARE'),
|
||||
'crm' => env('MEET_API_KEY_CRM'),
|
||||
'bookings' => env('MEET_API_KEY_BOOKINGS'),
|
||||
@@ -171,6 +171,7 @@ return [
|
||||
'hr' => env('MEET_API_KEY_HR'),
|
||||
'support' => env('MEET_API_KEY_SUPPORT'),
|
||||
'invoice' => env('MEET_API_KEY_INVOICE'),
|
||||
'sales_centre' => env('MEET_API_KEY_SALES_CENTRE'),
|
||||
],
|
||||
|
||||
'webhook_events' => [
|
||||
|
||||
Reference in New Issue
Block a user