Canvas Components
IFrame Component
The iframe component allows you to embed an external web page (such as a public form) directly within the webchat interface.
Canvas Components
The iframe component allows you to embed an external web page (such as a public form) directly within the webchat interface.
{
"platforms": {
"webchat": {
"sessionuuid": "~~stub.data._incoming_webchat_data.sessionuuid",
"webchat_control_event": {
"action": "render_component",
"params": {
"component_type": "iframe",
"component_params": {
"title": "Stubber",
"src": "https://app.stubber.com"
}
}
},
"stubsession": {
"set_new_with_timeout_hours": 24
}
}
}
}
| Parameter | Type | Description |
|---|---|---|
titles | string | The title displayed above the iframe |
src | string | The URL of the page to embed |