Version 1.28 Release Notes

Prev Next

Release Date → November 18, 2025

Installation URLhttps://login.salesforce.com/packaging/installPackage.apexp?p0=04tUH000000gkrFYAQ

💫 WHAT’S NEW


Objects

RelayPowerups__c New Fields

  • RootTriggerId → Contains the unique trigger id associated with the message that was used in an onboarding or messaging call. Even, if a client trigger ID value was used, this field is always populated with the immutable unique trigger id.

  • RootClientTriggerNickname → If the triggering message contains a tigger nickname, then this field will be populated with that value.

  • RootClientTriggerId → If triggering message contained a client trigger id, then this field will be populated with that value.


Custom Triggers

RelayEvents

The RelayEvents custom trigger has been enhanced to automatically de-dup incoming Relay event records. Because the Relay webhook push api is an at least once delivery implementation that means it is possible to receive duplicate events. Based on customer feedback, Relay decided to add de-duping logic to our package.

RelayPowerups

The RelayPowerups custom trigger has been enhanced to automatically de-dup incoming Relay Power-up event records. Because the Relay webhook push api is an at least once delivery implementation that means it is possible to receive duplicate events. Based on customer feedback, Relay decided to add de-duping logic to our package.