HTTP Logger
The HTTP Logger integration lets you forward a copy of every incoming and outgoing webhook event to an external URL. Use this for:- Debugging integrations — inspect the exact payload Swiftsell sends and receives
- Audit logging — store a copy of all events in your own systems
- Forwarding events to analytics tools or data warehouses
Setting up the HTTP Logger
- Go to Settings → Integrations.
- Click HTTP Logger.
- Enter the Endpoint URL where events should be forwarded.
- Optionally add custom headers (e.g., an API key for your logging endpoint).
- Click Save.
Viewing logs
After saving, all webhook events are forwarded to the configured URL. Swiftsell also shows a log of recent forwarded events in the integration panel — click any event to see the full request body and response.| Field | Description |
|---|---|
| Timestamp | When the event was forwarded |
| Event type | The type of webhook event (e.g., message.received, campaign.sent) |
| Status | Whether the forwarding request succeeded (2xx) or failed |
| Response | The response returned by your endpoint |