To configure the Webhooks feature to receive notifications when one or more Procore API resources change at the Company level.
The Webhooks feature enables third-party developers and integrators to specify one or more Procore API resources for which they want to be notified when Create, Update, or Delete actions occur. The user interface for configuring the Webhooks feature is available through the Company's Admin tool in Procore.
The benefits of the Webhooks feature include:
Notification Endpoint. Enter the URL for the endpoint on your web server that will handle the POST requests coming from Procore.
Authorization Header. (Optional) Enter the authorization token that you want to have placed in the header of a POST request coming from Procore. Though this field can be used to define any authorization header information you wish, it is most commonly used to specify authorization credentials using the syntax:
Save Endpoint. Click this button to save the endpoint. If you entered a valid, well-formed address in the Notification Endpoint field, a GREEN banner appears at the top of the page indicating success. If there are any problems with the URL you entered, a warning banner will display describing the likely problem.
A running log of Webhooks Deliveries to your notification endpoint is available at the bottom of the Company Webhooks page. The Deliveries section allows to quickly see the status of events that Procore has sent (or has attempted to send) to your notification server. Both successful as well as failed deliveries are included in the display by default. You can use the Only Show Failures checkbox to filter the display to only display failed deliveries.
The most recent deliveries appear at the top of the Deliveries section. Clicking a delivery entry exposes details on the Request Payload, Response Headers, and Response Body.
The display of the deliveries log is paginated with a maximum of 25 deliveries displayed at a time. Click More Deliveries to display the next set of 25 deliveries.
We strongly recommend that you set up proper monitoring of your notification endpoint servers to ensure that any downtime or other performance-related issues are identified and that you are notified in a timely manner via a reliable alarm system. Many commercial monitoring systems are available that can serve this purpose including Datadog, New Relic, and others. These services provide robust monitoring features that allow you to easily visualize the health of your system through configurable charts, graphs, and real-time analytics. These services also provide built-in alerting so that you are promptly notified when problems occur.