Display an https:// page or iframe snippet inside a channel. This is channel configuration, not the messaging HTTP API.Embeds#
1.
Paste iframe HTML in the channel iframe input, or
2.
Paste a URL. The URL must include https://.
Iframe listener script#
Paste the listener in the header of the embedded site if you need visitor identity when someone opens the channel.{
"displayName": "Alex Member",
"email": "member@example.com",
"isGuest": false,
"language": "en",
"userID": "1234",
"username": "alex-member"
}
This payload is not Get User Data. Use that endpoint when you need a durable profile.Iframe deeplinks#
Community settings → integration → Iframe Deep Links.Put the posted script on a control in the embedded site so navigation stays inside the community iframe instead of opening a new tab.pageName values come from community configuration. Modified at 2026-08-19 03:32:49