As we make changes to our API, we’ll publish below. Changes to the product itself will be published on Product Updates.
applies_to field on Outcomes deprecated for write operations
applies_to field on Outcomes deprecated for write operationsThe 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
typeiscustom,applies_towill always be["calls", "meetings"]. - When
typeisvm-dropped,applies_towill 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.