Webhooks
Last updated
Was this helpful?
Webhooks let you subscribe to events happening in RiskBase; enabling you to receive notifications as they happen, as opposed to polling the API to see if data has changed.
RiskBase will send an HTTP request to a URL of your choice with basic data about each event. You should store this in your application and then separately request more information about the resource (property, task, assessment, etc) via the RiskBase API.
Last updated
Was this helpful?
Was this helpful?