Build an integration

Canvas objects

Sheet Action

A Sheet action opens the link you give within the Messenger as an embedded iframe.

Parameters

Parameter Possible Values Required Description
type sheet Yes The type of action you are attaching to a component.
url A valid HTTPS URL Yes The link you wish to be the source of the iframe.

Example object

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