You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object Schemas: createObjectSchema, getObjectSchema, updateObjectSchema, plus schema versions via getCurrentSchemaForObjectType, getDraftSchemaForObjectType, and getSchemaVersionsForObjectType.
Source Mappings: getSourceMapping, updateSourceMapping, getSourceMappingForObjectSchema, and getSourceMappingIdForObjectSchema.
Object Records: getObjectRecord, getRecordsForObjectType, getRecordIdsForObjectType, and bulkDeleteObjectRecords.
Conversations API
Added support for creating conversation messages with createConversationMessage.
Client API
Added getClientIpAllowlist to retrieve your account's client-side IP allowlist.
Flows API
Added deleteFlowAction to remove an action from a flow.
Changed
Breaking: Conversations API
Conversation endpoints are now plural — e.g. getConversationForProfile is now getConversationsForProfile (and getConversationIdForProfile is now getConversationIdsForProfile), as well as the relevant relationship methods and
parameters.
Response shapes are now lists, instead of single objects.
Events API
Added a new backfill flag on createEvent & bulkCreateEvents, which records historical events without triggering flows.
getEvents now returns events with unresolvable metrics by default, matching getEvent. Use the new has(metric) filter to exclude them.