Skip to main content
Solved

How can I export campaign data in Eightfold similar to how event data is exported?

  • September 16, 2025
  • 1 reply
  • 15 views

We’re currently working on a cleanup of old campaigns that were previously created in Eightfold. As part of this process, we need to download all campaign details for review and documentation.

While we’re able to export event data easily, we haven’t found a similar option to export campaign data. Could someone please guide us on whether this functionality exists, and if so, how to access it?

Best answer by dkreiger

Hi ​​​​@Jasbir_336630, The Closest equivalents for Campaign exports are; 

Option 1) Use Campaign-related APIs (campaign details + messages)

If what you mean by “campaign data” includes delivery/activity details, Eightfold exposes:

  • Campaign details API (campaign metadata).
  • User messages API (emails sent via campaign). 

Option 2) Use Data Hub exports (SQL → email CSV), if your instance has it enabled

If you want an export workflow/tool that’s consistent across different kinds of data, Data Hub is the closest match in the materials I have:

  • You can run SQL, then Export, and the system emails you a CSV.
  • You can also schedule queries so the results are emailed as CSV on a cadence.

As you mentioned this isn’t the same UI flow as Events → Export Data, but it’s a standardized export mechanism that can be used for campaign-related tables/data when you know what you need to query. I hope this was helpful. Please let me know otherwise. 

1 reply

dkreiger
Community Manager
  • Community Manager
  • Answer
  • March 18, 2026

Hi ​​​​@Jasbir_336630, The Closest equivalents for Campaign exports are; 

Option 1) Use Campaign-related APIs (campaign details + messages)

If what you mean by “campaign data” includes delivery/activity details, Eightfold exposes:

  • Campaign details API (campaign metadata).
  • User messages API (emails sent via campaign). 

Option 2) Use Data Hub exports (SQL → email CSV), if your instance has it enabled

If you want an export workflow/tool that’s consistent across different kinds of data, Data Hub is the closest match in the materials I have:

  • You can run SQL, then Export, and the system emails you a CSV.
  • You can also schedule queries so the results are emailed as CSV on a cadence.

As you mentioned this isn’t the same UI flow as Events → Export Data, but it’s a standardized export mechanism that can be used for campaign-related tables/data when you know what you need to query. I hope this was helpful. Please let me know otherwise.Â