URL Action

A URL action opens a given link in a new browser tab.

Parameters

ParametersPossible ValuesRequiredDescription
typeurlYesThe type of action you are attaching to a component.
urlA valid HTTPS URLYesThe link which will open in a new tab.

Example Object

action: {
  "type": "url",
  "url":  "https://www.example.com"
}