Incode Web Integrations

We support 3 different approaches for web integrations, No-Code, Low-Code and WebSDK integrations.

No-Code

In this approach, you simply create a workflow in the dashboard and share the onboarding URL with your user through your preferred channel—SMS, WhatsApp, social media, or other platforms.

Your user will complete the onboarding on Incode's web infrastructure and will complete all the steps as you configure them in the dashboard, once the user finishes you can then view the results directly in our dashboard.

This approach is particularly useful for unique cases where you need to onboard a user under special circumstances.

Low-Code

In this approach, you start the session in your backend and generate an onboarding URL. This URL can be linked to a specific user by attaching an externalCustomerId to the session start. You then redirect your user to this URL from your web app (or mobile app), and read the results either directly or through a webhook.

This lean method lets you leverage Incode's infrastructure while maintaining control of your business logic. You can even present a branded experience by embedding the URL inside an iframe with your own domain.

Web SDK

With this approach, you integrate our WebSDK directly into your web application. You gain full control of the flow and can perform validations during the process. Additionally, you can customize all UI text strings.<