Developer
Developer - Settings

Update Call Goal

Update the call goals for the current customer.

This endpoint is restricted to developer users only. Sets the custom goals used to evaluate whether calls achieved their purpose, split by call direction (inbound vs outbound).

  • inbound_call_goal: Goal for inbound calls (or null to use defaults)
  • outbound_call_goal: Goal for outbound calls (or null to use defaults)
patch/developer/call-goal

Request body

inbound_call_goalstring nullable

Call goal for inbound calls

outbound_call_goalstring nullable

Call goal for outbound calls

Response

Successful Response

customer_idstring uuid required

The customer ID

inbound_call_goalstring nullable

Call goal for inbound calls

outbound_call_goalstring nullable

Call goal for outbound calls

Changes