Audit Log
The Audit Log is a chronological record of every action on your account: API calls, dashboard sends, Zapier triggers, webhook events, and logins.
Access the Audit Log
Dashboard: Click the gear icon (⚙️) in the top right to open Account Settings, then click the Audit Log tab.
What's recorded
| Event type | Includes |
|---|---|
| API requests | Endpoint, method, response status, validation errors |
| Dashboard actions | Sends, template saves, list uploads |
| Webhook deliveries | Event type, target URL, response code, retry attempts |
| Zapier/Make/n8n triggers | Action taken, response status |
| Logins | Timestamp, IP, user agent |
When to use it
- Debug a failed API call - find the exact 422 validation errors returned.
- Verify a webhook fired - confirm the event was sent and see the response code from your endpoint.
- Audit user activity - review who did what and when for compliance or security review.
- Diagnose a campaign - confirm sends were triggered and orders were created.