Mailing list embedded data | XM Community
Skip to main content
Question

Mailing list embedded data

  • November 19, 2021
  • 2 replies
  • 58 views

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?

2 replies

Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31
  • November 4, 2022

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/


Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • November 4, 2022

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