Skip to main content

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

  1. Go to Settings → Integrations.
  2. Click HTTP Logger.
  3. Enter the Endpoint URL where events should be forwarded.
  4. Optionally add custom headers (e.g., an API key for your logging endpoint).
  5. 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.
FieldDescription
TimestampWhen the event was forwarded
Event typeThe type of webhook event (e.g., message.received, campaign.sent)
StatusWhether the forwarding request succeeded (2xx) or failed
ResponseThe response returned by your endpoint

Disabling the HTTP Logger

To stop forwarding events, go to Settings → Integrations → HTTP Logger and click Disable or delete the endpoint URL and save.

Other integrations

Additional integrations (CRM connectors, Zapier, Make) can be implemented using the HTTP Request block in automations or the Trigger Campaign webhook for inbound events.