Other Settings
Last updated
Last updated
After determining the workflow and the text settings, there are a bunch of configurations that you can add also.
Company Logo: You can add your company logo that will appear to the end-users when they start the enrolment process:
Webhook: You can add your webhook with its credentials so that after the enrolment process is finished you will receive the SDK result.
POST
https://your_webhook_url
Uqudo will send the SDK result to this webhook.
Headers
Content-Type
text/plain
Authorization
Basic encoded credentials
(Optional)
Body
*
string
Return URL: You can add a return URL to which the end-user will be redirected after finishing the enrolment process.
Notification Email: You can add an email to receive a notification when an end-user completes the enrolment process.
The SDK result as JWS string, you can find a content example