Subscribing to a Webhook Event

This document describes how to subscribe to a webhook event to be notified of changes and actions in the nCino Mortage Platform via the SimpleNexus API.

In the SimpleNexus API, you can subscribe to webhook events that will notify you of various events and actions that take place in the nCino Mortgage Platform. This guide will walk you though how to setup a new webhook and select the events you would like to be notified of.

Creating a Webhook

To create a webhook configuration, you need to to to the API Management area in Company Settings

Once you get to "API Settings" open the "Webhooks" Tab and select "New Webhook"

This will show you the setup dialog for a new webhook. Here you can name your webhook, specify the URL the webhook event will be posted to, and from the drop down you can select the event(s) you wish to subscribe to:

Once you have made your selection, Click "Save".


Webhook Events

When the nCino Mortage Platform has an event that you have subscribed to, the system will make an HTTP POST request to the specified URL with a payload containing information about the subscribed event.

To see the events the system has published to your webhook URL, you can expand the webhook entry to see a table of events similar to below: