Axalot

HTTP GET callbacks

How HTTP GET outgoing callbacks are configured in Axalot for sending matched events to external URLs.

Console path

Console / Tracker / Postbacks

What HTTP GET callbacks do

HTTP GET callbacks call an external URL when configured events occur. Use them for simple integrations, partner callbacks, internal webhooks, and lightweight notifications.

Requirements

RequirementDetail
TypeHTTP GET
URLMust be a valid URL.
EventsConfigure the event fields that should trigger the callback.
Active stateCallback must be active to send events.
https://example.com/callback?event=Purchase&click_id={click_id}

Validate receiver behavior

HTTP GET is simple but unforgiving. Confirm the receiver accepts query parameters, handles duplicate requests safely, and returns successful responses.

On this page