Configure your project connections

In this section you have to provide to us two crucial data that we are gonna use in order to make the project work as intended, we need a webhook and also a URL that will allow you to manage your project accordingly.

Establish the webhook for the project

A webhook is a method used in web development to allow an app or a service to provide real-time information to other applications or services. It works by sending an HTTP POST request to a specific URL configured by the user whenever a certain event occurs.

This mechanism allows for efficient and instant communication between systems over the web without requiring a user to manually check or poll for updates.

In Verifik there are two types of webhooks that you can provide a webhook URL:

  • Webhook: In this guide, we explain how to properly create a webhook and also how to add it correctly to a project.

  • Add your company webhook: Here you provide to Verifik a valid URL in which we send you all the data and actions that happen in real time related to this project.

In each of these cases, we recommend you to check the Webhooks section to know more about the types of events that can happen in Smart Access.

Set a direction address for the project

Here we need a valid and real URL that we are going to redirect all client that have successfully made their login process correctly.

In this example, we redirect the client to Verifik’s landing page, take a look at the next video:

Verifik - Smart Access _ Smart Link - Google Chrome 2024-02-05 14-27-34.mp4

When the process is finish you will notice that in the URL we send a token, this token means that your user make a successful login process, you can decode this token using several tools, here we send you all the login information.

Last updated