cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can I export contact data via API?

gtorba
Associate
Associate
0 Likes
704

Could you please let me know how to export contact data from the Emarsys customer engagement platform using API? I need email address, first name, last name, phone numbers for all the contacts.

Currently, I am able to access this using the API below. But these contacts are only specific to a contact list. I need to export all contacts irrespective of contact lists. I checked in big query, but couldn't find it.


page: https://api.emarsys.net/api-demo/#tab-export

api : Exporting a Contact List

Accepted Solutions (1)

Accepted Solutions (1)

WillYoung
Product and Topic Expert
Product and Topic Expert
0 Likes

There is a fairly easy, if not quite elegant, solution:

Create an all-inclusive segment (e.g. 'Firstname is Empty' OR 'Firstname is not empty') that always returns all contacts, and then use the API to export the segment rather than a contact list.

Hope that helps!

Answers (0)