To configure the Webhooks feature to receive notifications when one or more Procore API resources change at the Company level.
A webhook is an automated message, or an HTTP request, sent from one application to another in real-time when a specific event occurs, allowing for real-time data updates without the need for constant polling or manual requests. Webhooks automate the process of transferring data between applications, eliminating the need for one application to constantly check for updates from another.
In the context of Procore, the Webhooks feature allows company and project administrators to enable third-party developers and integrators to subscribe to event notifications for one or more Procore API resources when Create, Update, or Delete actions occur. For example, a third-party RFI integration may want to be notified whenever a new RFI is created in Procore.
The benefits of the Webhooks feature include:
Enabling instant communication between Procore and third-party applications and services. Instead of waiting for an application to request information, webhooks push data from Procore as soon as an event occurs. This ensures that systems are always up-to-date.
Enabling the automation of workflows by triggering actions in third-party applications whenever specific events take place.
By eliminating the need for constant polling, webhooks reduce the load on servers and conserve bandwidth. This results in more efficient use of resources.
Reducing the number of API requests through polling can lead to significant cost savings, especially for applications that handle large volumes of data.
Navigate to the Company level Admin tool.
Under 'Company Settings', click Webhooks.
On the Webhooks page, click Create Hook.
This opens a new hook configuration page that includes a number of fields and controls for configuring a hook.
Endpoint Configuration:
You can review the notification events you have selected and remove some if you need to.
Once a hook is created and configured, you can view the status of the events that Procore has sent to the third-party service.
The Overview section provides a high-level summary of the hook including the hook status and other relevant information.
The Events section displays the event history for the selected hook. The event history is maintained for a rolling 28-day period.
Each event is identified by its Resource Name, Resource ID, Event Type, Event Status, and Timestamp in UTC.
Possible values for Event Status are as follows:
Delivered - the event has been successfully delivered to the third-party service.
Discarded - the event has been discarded. No further delivery attempts will be made.
Failed - the event delivery has failed.
Queued - the event has been queued for delivery to the third-party service.
Retrying - delivery of the event is being attempted again.
You can perform a variety of actions with the Events list:
Search for events on a specific resource by resource ID.
Use the Resource Name dropdown to show only the events for the selected resource.
Use the Event Status dropdown to show only the events with the selected event status.
Use the Filter button to create a custom filter on the events list.
Click on an individual event in the list to view details.