AUG 11, 2025 | Reply-to, contains operator

Alex Pribula
Alex Pribula
  • Updated

This release includes the following improvements.

Release 20250811

Reply-to

Reply-to is now available in Outbound email.

  • A reply-to address can be added optionally on an email node basis
    • Leaving the Reply-to address field blank will leave it unused
  • Emails with invalid reply-to email address will not be sent
  • Details can be viewed in Activity details and Experience details

Contains operator

The contains operator is now available in:

  • Criteria filter
  • Criteria split
  • Variables (Outbound email)

You can use the contains operator for:

  • Substring matching (e.g. check if a value appears anywhere in a recipients inbound message)
  • List searching (e.g. check if a value exists within an array, like finding a phone number in a list of numbers)

Supported comparisons include:

  • A string in a string (substring)
  • A value (string, number, or boolean) in an array of the same type (string[], number[], boolean[])

The UI enforces valid combinations, invalid comparisons will show a validation warning.

For more information and practical examples, see Working with Types: Formula, Fields and Values.

Bug fixes & improvements

  • Amazon Kinesis trigger node now shows configuration on the flow details page
  • Unmatched message trigger now displays a more helpful message on the flow details page
  • Copy inputs are easier to read and copy
  • Fixed a bug where Outbound email nodes with variables would not record experience counts on the Flow details page