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
| Requirement | Detail |
|---|---|
| Type | HTTP GET |
| URL | Must be a valid URL. |
| Events | Configure the event fields that should trigger the callback. |
| Active state | Callback 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.