Workforce: add location_id config field + locations fetch endpoint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-07 12:52:35 +00:00
parent 24f3fcdc7b
commit db1b168300
2 changed files with 26 additions and 1 deletions

View file

@ -29,7 +29,7 @@ export const INTEGRATIONS = {
},
workforce: {
name: 'Workforce',
configFields: ['base_url', 'sync_hours'],
configFields: ['base_url', 'sync_hours', 'location_id'],
secretFields: ['bearer_token'],
},
smtp: {