Other Settings

After determining the workflow and the text settings, there are a bunch of configurations that you can add also.

  1. Company Logo: You can add your company logo that will appear to the end-users when they start the enrolment process:

  2. Webhook: You can add your webhook with its credentials so that after the enrolment process is finished you will receive the SDK result.

Customer webhook

POST https://your_webhook_url

Uqudo will send the SDK result to this webhook.

Headers

NameValue

Content-Type

text/plain

Authorization

Basic encoded credentials(Optional)

Body

NameTypeDescription

*

string

The SDK result as JWS string, you can find a content example here

  1. Return URL: You can add a return URL to which the end-user will be redirected after finishing the enrolment process.

  2. Notification Email: You can add an email to receive a notification when an end-user completes the enrolment process.

Last updated