Skip to main content
From inside the iframe (on the page you’ve provided), you can pass certain messages to the parent frame to trigger actions.

Supported Events

Resize

Dynamically resize the iframe height:
{
  "type": "resize",
  "height": 100
}

Close

Close or hide the embedded section:
{
  "type": "close"
}