Build an integration

Canvas objects

URL Action

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

Parameters

Parameter Possible Values Required Description
type url Yes The type of action you are attaching to a component.
url A valid HTTPS URL Yes The link which will open in a new tab.

Example object

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