ProviderNotificationConfig

Configuration for staff notification emails on a service, including which notification types are enabled and who receives them.

Configuration for staff notification emails on a service, including which notification types are enabled and who receives them.

Example

{  "additional_recipients": [    "admin@example.com"  ],  "notify_provider": true,  "types": [    {      "type": "new_appointment"    }  ]}