...
Endpoint configuration
Your application metadata defines the app Connec! webhook endpoint as well as the resource types to receive, see Metadata Endpoint
This endpoint is defined by the property webhook.connec.notifications_path. The list of resources your application is interested in must be defined by the property webhook.connec.subscriptionscan 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.
...