Setup
Choose events
Events tab — toggle on the event types this webhook should receive. Hardal shows every event type received in the last 24 hours.
Set conditions (optional)
Conditions tab — enable Consent Mode and/or add Custom Conditions (field-level filtering rules).
Custom conditions
Filter events using field-level rules. Only events matching all rules get forwarded.| Operator | What it does | Example |
|---|---|---|
equals | Exact match | currency equals USD |
not equals | Excludes a value | event_name not equals page_view |
contains | Substring match | url contains /checkout |
regex | Regex match | email regex ^.*@company\.com$ |
exists | Field is present | order_id exists |
not exists | Field is absent | test_flag not exists |