Webhooks
Brist supports web hooks for ad-unit related operations so you can keep your database in sync with actively advertised products. You can create web hooks from the "Webhooks" tab in the dashboard.
We support 3 events ad_units.created
, ad_units.deleted
and ad_units.updated
. The payload of all 3 requests includes the fields of the ad_unit
. You can view more details, and sample requests from the Webhooks tab in the dashboard.
Verification
We use Svix to send our webooks, please read their guide on how to verify our webhooks.
Updated about 1 year ago