4c43330b15
This change targets the public API and is related to the Inbox with channel type API. Exposes public inbox details under /public/api/v1/inboxes/{inbox_identifier}. This allows access to feature flags and business hours configured for the inbox. ref: #5514
6 lines
260 B
Ruby
6 lines
260 B
Ruby
json.name resource.name
|
|
json.timezone resource.timezone
|
|
json.working_hours resource.weekly_schedule
|
|
json.working_hours_enabled resource.working_hours_enabled
|
|
json.csat_survey_enabled resource.csat_survey_enabled
|
|
json.greeting_enabled resource.greeting_enabled
|