Adversus offers several ways to get your data out of the platform. This article walks through each method so you can choose the one that best fits your needs.
Export from Warehouse
Every Warehouse module (Leads, Contacts, Calls, Bookings, Sales, and Activities) has a built-in export function. After applying any filters or search criteria, click the Export button in the top-right corner of the Warehouse table. The export generates a CSV file containing the leads or records currently visible in your filtered view.
To export from Warehouse:
Navigate to the Warehouse module you want to export from (e.g., Warehouse → Leads).
Apply any filters or search criteria to narrow down the data you need.
Click the Export button in the top-right corner.
The CSV file will download to your device.
Note: The export reflects exactly what is shown in your current filter view. Make sure your filters are set correctly before exporting.
Export from Reports
If you have set up custom Reports, you can export the report data directly. Open any report and click the Export button to download the data as a CSV file. This is useful when you need to share aggregated KPI data with stakeholders who don't have access to Adversus.
Send automated email reports
Instead of manually exporting, you can set up automated email reports that send data to any email address on a schedule. This is ideal for recurring reporting needs — for example, sending a weekly summary of campaign performance to a team lead.
To learn more, see Send automated email reports.
Export via API
For developers and technical users, the Adversus API provides endpoints for retrieving data programmatically. You can pull leads, contacts, calls, and other data types using the API, which allows you to integrate Adversus data directly into external systems or data warehouses.
To use the API, you need an API user. For more details, refer to the API documentation.
Export via webhooks
Webhooks can be used to send data from Adversus to an external system in real time. While not a traditional "export," this is useful when you need data pushed to another platform as events occur — for example, when a lead is created or a call is completed.
To learn more, see How to use webhooks.
Export via Zapier integration
If you want to move data from Adversus to another tool (such as HubSpot, Google Sheets, or a CRM) without writing code, the Zapier integration lets you connect Adversus with over 5,000 apps and automate data exports.
Which method should I choose?
Method | Best for | Format |
Warehouse export | One-time export of filtered records (leads, calls, bookings, etc.) | CSV |
Report export | Sharing aggregated KPI data | CSV |
Automated email reports | Recurring scheduled reports sent to email | Email / CSV attachment |
API | Programmatic access for developers | JSON |
Webhooks | Real-time data push to external systems | JSON (HTTP POST) |
Zapier | No-code integrations with 5,000+ apps | Varies |
