Skip to main content

January 2023

See this release's improvements and features, or subscribe to our RSS feed.

January 2023

Reopen a closed sessionIntegration API​

You can now reopen a closed session with the Reopen customer session endpoint. You can use this endpoint, for example, when a session has been completed but still needs to be edited.

Learn more about session states.

Improved performance for high-load loyalty programsLoyalty programs​

The increased support for high-load loyalty programs means your customers can earn loyalty points faster and on a bigger scale than before.

This enterprise-grade scalability improves consistency for real-time updates.

Evaluate specific campaigns with dry requestsIntegration API​

You can now send dry requests against the campaigns of your choice, regardless of their state.

For example, to test disabled campaigns before activating them. You can send a dry request via the API tester or by Postman via our Integration API Postman collection.

Picklist values for custom effect parametersRule Builder​

Custom effects now support picklist values. Use this feature to control the allowed values for parameters of string and list of strings type.

Cart item filter attributesRule Builder​

When you create a cart item filter that returns a list of cart items, two attributes related to it are automatically created:

  • <Filter name> item count
  • <Filter name> total price

You do not have to create additional filters to access this data anymore so the new filter shortcut button has been removed.

Bundle definitions attributesRule Builder​

Similarly to the cart item filters attributes, when you create a bundle definition, a Count (<Bundle definition name>) attribute is created automatically. It represents the total number of bundles formed by the given bundle definition.

More monthly updates
Enhancements:
  • (2023-01-24) Rule Builder: You can now set picklists for custom effect parameters of type time and number.
  • (2023-01-24) Loyalty: New tentativePendingBalance field in the loyalty object which returns the future value of the pending balance based on the order of effects in the Rule Builder.
  • (2023-01-10) Loyalty: Ability to export the current balance report for a specific date.
  • (2023-01-10) Management API: Restrict Management API keys to a given Application.
  • (2023-01-10) Account: Enforce stronger password complexity for user accounts.
  • (2023-01-10) Account: Request re-authentication after 24 hours of no activity in the Application.
  • (2023-01-10) Account: Reset-password links expire in 30 minutes. User-invitation links expire in 24 hours.
  • (2023-01-10) Outbound Notifications: Campaign evaluation information is also returned for the campaign_created and campaign_evaluation_tree_changed events.
Bug fixes:
  • (2023-01-24) Loyalty: The Loyalty Cards tab in the Manage Loyalty Program menu is now highlighted when open.
  • (2023-01-24) Loyalty: Fixed an issue that allowed users to be awarded zero loyalty points in certain cases.
  • (2023-01-10) Loyalty: Manually adding/deducting points is now listed in the audit logs.
  • (2023-01-10) Rule Builder: Fixed an issue related to negative point deductions and additions.
  • (2023-01-10) Rule Builder: Fixed a bug where sometimes the rule builder would not load after deactivating specific custom attributes.
  • (2023-01-10) SSO: Fixed an issue related to SSO error handling and SAML decoding.
  • (2023-01-10) Rule Builder: Event attribute of time type is now correctly displaying in the Rule Builder.
  • (2023-01-10) Coupons: Coupon creations now work correctly when using attributes ChannelName = Influencers and CampaignGroup = Paid.
  • (2023-01-10) Attributes: Fixed UI inconsistencies in the attribute creation form.
  • (2023-01-10) Attributes: Two attributes had identical names (Number of coupon usages (Coupon)). They now have more appropriate names: Total coupon redemptions (Coupon) and Coupon redemptions for this profile (Coupon).
  • (2023-01-10) Loyalty: Fixed the negative projected balance values returned from the List customer data endpoint.