To receive Connec! notifications in real time, your application must provide an endpoint where updates will be posted to.
Endpoint configuration
The Connec! web hook endpoint is defined Your app Connec! webhook endpoint can be set in the Developer Platform.
The field to update is the Connec Notification Path in your app environment:.
Notification requests
When a record is updated by an application in the user ecosystem, a POST request is sent to your endpoint defined by notifications_path. Notifications are JSON messages containing the list of entities that have recently changed in other systems. You will only receive notifications for entities you have subscribed to.
...