Developer
Developer - Settings

Update Developer Settings

Update the developer settings for the current customer.

This endpoint is restricted to developer users only.

  • call_started_developer_alert_enabled: Set to true to enable SMS alerts when new calls start
  • grade_alert_threshold: Which grade levels trigger alerts:
    • b_and_below: Alert for B, C, F grades
    • c_and_below: Alert for C, F grades
    • f_only: Alert for F grades only
    • none: No grade alerts
patch/developer/developer-settings

Request body

call_started_developer_alert_enabledboolean nullable

Set to true to enable SMS alerts when new calls start

outbound_developer_alert_enabledboolean nullable

Set to true to enable SMS alerts for outbound lead activity

unsent_notification_developer_alert_enabledboolean nullable

Set to false to exclude this customer from the unsent-notification-emails watchdog alert

grade_alert_thresholdstring nullable

Which grade levels trigger alerts: b_and_below, c_and_below, f_only, none

auto_billing_enabledboolean nullable

Set to true to enable automated daily billing (live runs without dry run)

Response

Successful Response

customer_idstring uuid required

The customer ID

call_started_developer_alert_enabledboolean required

Whether SMS alerts are sent when new calls start

outbound_developer_alert_enabledboolean required

Whether SMS alerts are sent for outbound lead activity

unsent_notification_developer_alert_enabledboolean required

Whether this customer is included in the unsent-notification-emails watchdog alert

grade_alert_thresholdstring required

Which grade levels trigger developer alerts (b_and_below, c_and_below, f_only, none)

auto_billing_enabledboolean required

Whether automated daily billing (live, no dry run) is enabled

Changes

No recorded changes to this endpoint across all 1 revision of this API.