Sheets action

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

More on how Sheets work is in our Canvas Kit documentation.

Parameters

ParametersPossible ValuesRequiredDescription
typesheetYesThe type of action you are attaching to a component.
urlA valid HTTPS URLYesThe link which hosts your sheet.

Example Object

action: {
  type: "sheet",
  url:  "http://example.com"
}