A Sheet action opens the link you give within the Messenger as an embedded iframe.
| 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. |
action: {
"type": "sheet",
"url": "https://yourdomain.com"
}