Skip to main content
Embedded settings allows you to provide a settings page for users of your app. This will be available when clicking through the app tile on the apps page. This works similarly to embedded sections.

Getting started

You will specify the URL of the iframe that will be rendered on your app page, under Settings URL.

Signature

Like embedded sections, this will be called with an HMAC signature.

Parameters

The signature is generated using the following data string:
The HMAC here is in base64 vs. hex in the embedded sections.
Your HMAC secret key is available in the basic information section of your Platform App settings.

JavaScript Example