Warning Message in Actions Editor "We've updated the Actions Post Login API which will change how redirects are handled in your Actions going forward"

Overview

The warning message below is displayed in the Actions editor.

We’ve updated the Actions Post Login API which will change how redirects are handled in your Actions going forward. If you are using redirects in Actions, we highly encourage you read through our docs and update your Actions to take advantage of the improved security around redirects. Read more.

The “Read more.” button points to this documentation.

This article details how to remove this warning.

Applies To

  • Actions Editor
  • Post Login Actions
  • Warning Message

Cause

This message tries to say that the Action is using the legacy trigger.

"supported_triggers": [
  {
    "id": "post-login",
    "version": "v2"
  }
]

(“v3” is the latest trigger version for Post Login Action as of October 2024.)

Solution

Clicking the Update button or upgrading the trigger version using Management API would remove the warning message.