Release Date → December 1, 2025
Version →2.28
💫 WHAT’S NEW
RelayEvents__c Object
The following fields have been added to the RelayEvents__c object.
Field | Description |
|---|---|
RootTriggerID__c | The system-generated unique identifier for the top-level APITrigger component that initiated an experience. This ID represents the originating source event responsible for generating the message card. All subsequent triggers or child components within the experience can be traced back to this root trigger. |
RootClientTriggerID__c | An optional, client-assigned identifier (friendly name) for the top-level |
RootTriggerNickname__c | An optional nickname assigned to the top-level |
Added De-dup Logic on RelayEvents__c and RelayPowerups__c Objects
The Relay webhook push API follows an at least once delivery policy. This means it is possible to receive duplicate events. Based on customer feedback, Relay has added automatic de-dup logic to both objects. This will prevents duplicate records from being added.