Webhooks

Listen for events on your Cooler account so your integration can automatically trigger reactions

Overview

When building Cooler integrations, you might want your applications to receive events as they occur in your Cooler accounts, so that your backend systems can execute actions accordingly.

To enable webhook events, update the webhook endpoint with a valid URL. After this is done, Cooler can push real-time event data to your application’s webhook endpoint when events happen in your Cooler account. Cooler uses HTTPS to send webhook events to your app as a JSON payload that includes JSON object.

Receiving webhook events are particularly useful for listening to asynchronous events such as when a footprints or neutralizations are executed on your Cooler account. Options can be set under the Account tab.

Options

The following list are webhook events that are published by Cooler to consuming APIs.

Events

Example web hook payload forfootprint.created event:

Last updated