Redirect

Redirect

The redirect action transfers control to another JSON document retrieved from the specified URL. Any actions listed after redirect in the current application are unreachable and ignored.

{
  "verb": "redirect",
  "actionHook": "/connectToSales"
}

You can use the following attribute with the redirect command:

Option Description Required
actionHook URL of the webhook to retrieve the new application from. Yes

Ready To Get Started?