Mailing list embedded data | XM Community
Skip to main content

Hello,
I am trying to pull all of the contacts in a specific mailing list. This part I am ok with, but I want to include the embedded data. So far, i've only been able to do this when getting an individual contact. Is there not a way to get the entire list with embedded data in one call?
In the front end, I can go to List options -> Export contacts and enable the embedded data. So I am guessing/hoping there is a way to pull them all in one shot via the API?

The only possible way via api would be to get the contact id of the people you want to add and then use the below call.

{"embed-error": true}
However, if you want to do it using embedded data, I would recommend using sampling in the mailing list to create this list.

https://www.qualtrics.com/support/survey-platform/contacts/contacts-sample/


alanforan
You can use the following API it will pull the entire list of contacts with embedded data.
Hope it helps!


Leave a Reply