Create Account Setting
gorgias_create_account_settingCreate a helpdesk-wide account setting, such as business hours or satisfaction surveys, by specifying a type and configuration data.
Instructions
POST /api/account/settings — Create a setting for the current account. Account settings are helpdesk-wide configuration objects such as business hours and satisfaction surveys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Configuration data specific to the setting type. For 'business-hours': { timezone: string, business_hours: { days: string, from_time: string, to_time: string } } | |
| name | No | Human-readable name for this setting | |
| type | Yes | The type/category identifier of the setting (e.g. 'business-hours') |