July 18, 2024

NEW FEATURES 🚀

Connectors: Send callback URI as a query parameter

Until now, only one fixed URI could be used per site to make the callback redirection between Deepomatic and the parent app. With this feature, we introduce flexibility in the callback redirections: it is now possible to send dynamically the URI as a query parameter, allowing you to build any redirections to your parent app.

In addition, we are now able to return the query parameters that you send within your callback URI, allowing even more flexible redirections.

How it works: You can now use the query parameter callback_uri in the redirection URL. If an URI is provided within this query parameter, then the users will be redirected to this URI in their parent app. For more details, you can consult the Connectors documentation.

Last updated

Was this helpful?