12 February 2026 (v2.151)

Staging 🧪

ReachFive v2.151 brings a few new features:

As always, we fixed a few items for you.


Configurable retry policy for webhooks

We are happy to introduce an update to our webhook system that allows you to configure the retry policy for failed webhook deliveries. This means that if a webhook fails to deliver to your endpoint, you can now specify how many times it should retry and the interval between retries. This gives you more control over how webhooks are handled.

Previously, when a webhook failed to deliver, a set number of retries would be attempted with a fixed interval.

console retry policy section

To configure the retry policy for a webhook:

  1. Go to Settings  Webhooks  Pre/Post-event webhooks in your ReachFive Console.

  2. Select your desired webhook.

  3. Under Retry Policy:

    1. Set the Base delay between retries (in seconds). This is the initial delay before the first retry attempt. The next retry attempts will have an exponentially increasing delay based on this base delay.

    2. Set the number of Max retries (0 to 3).

    3. Set the Timeout (in seconds) for each retry attempt. This is the maximum number of seconds to wait for a response from your endpoint before considering the attempt a failure and moving on to the next retry.

    4. Optionally, click Proceed anyway if the webhook fails to allow the webhook to be marked as successful even if all retry attempts fail.

For more on this topic, see User-event webhooks.



Allowed identifiers in Hosted Pages and UI SDK

Hosted Pages and the UI SDK now automatically reflect the Allowed identifiers defined in your project settings for users that login with password.

This allows you to customize the login experience for your users and only show the login options that are available to them.

Supported identifiers:

  • Email

  • Phone Number

  • Custom identifier

See Specify allowed identifiers for setup instructions.



Fixes

Item Fixed

There was a small issue when searching for users when filtering with IN and OR operators.

In some limited instances, updating a custom field did not return the expected custom field in the response.

ReachFive Console

There was temporarily a problem with displaying user events in a user’s Recent activity feed.