Skip to main content

How to receive Real-time event notification

Let’s imagine a User is created through your Directory Sync. Maybe you want to be kept informed of this information. For this you can create a webhook as follows:


  1. First access your dashboard.
  2. Once logged in, in the left sidebar, click on the Webhooks button for which you wish to activate SSO. Cryptr Dashboard - Select Webhook
  3. Then, click on the New Webhook button at the top right of your screen. Cryptr Dashboard - Create New Webhook
  4. Fill all the necessary information and select the events you wish to listen to. Cryptr Dashboard - Fill Webhook Information
  5. Save.

Let's look at this in more detail.

First you must enter a name to differentiate your webhooks, the environment for which you wish to listen to events and a list of events.

info

Here we want to listen to a Directory Sync User Creation so we can put dir_sync.user.provision.success or all as one of the value of the key event_codes. There are other event codes. If you want to know more you can consult the guide about Webhooks.

Finally you must specify the URL on which you want to receive the events that the Webhook will send you.

Now that you have created a webhook, if your

The fallback content to display on prerendering
is well configured you should receive the events associated with the event_codes you have chosen.

If you want to know more about it, you can consult our detailed documentation on the page dedicated to Webhooks or our official guide.

See also