Getting Started

As we make changes to our API, we’ll publish below. Changes to the product itself will be published on Product Updates.

March 6, 2026

applies_to field on Outcomes deprecated for write operations

The applies_to field on the Outcome API is now deprecated on write operations (create and update). In a future update, the field will be ignored on create and update requests and will instead be derived from the type field:

  • When type is custom, applies_to will always be ["calls", "meetings"].
  • When type is vm-dropped, applies_to will be ["calls"].

The applies_to field will continue to be returned in read responses. No changes are needed for integrations that only read this field.