How-toFor engineers

Embed or redirect to Hosted Pages

Put Hosted Pages in an iframe inside a host app, or send the stakeholder to it, and control where they end up when they finish.

Once a Hosted Pages URL exists, embed it in the host app or send the stakeholder to it.

Both offer identical features. Embedding keeps the stakeholder inside the host product.

Redirect

Send the stakeholder to the URL, for example with a link:

<a href="{hostedPagesUrl}">Complete my activities</a>

Embed

Put the URL in an iframe:

<iframe src="{hostedPagesUrl}" />

Completion can hand the stakeholder somewhere specific

Once a stakeholder completes all their activities, the usual next step is a success screen and then somewhere to go: a page in a web app, or a screen in a native app.

When sessions generate the URL, that destination is configurable.

Deep linking works here, so a stakeholder can land in a specific place in a native app rather than on a web page. Use it where patients complete their activities inside a native app.

Next steps

Next: Hosted Pages settings to brand what they see.

On this page