Qualtrics - Mailinglist contacts API | XM Community
Skip to main content
Solved

Qualtrics - Mailinglist contacts API

  • January 28, 2019
  • 3 replies
  • 231 views

I am trying to create Contract using Create contacts API but getting error of "Invalid mailinglistId." https://api.qualtrics.com/reference/create-recipient-contact I have got the MalilingListID by list-mailing-lists !

Best answer by TomG

Double check your mailing list id under My Account/Qualtrics IDs. Also, make sure the account for the token you are using has access to the list. BTW, it works for me: !

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • January 28, 2019
Double check your mailing list id under My Account/Qualtrics IDs. Also, make sure the account for the token you are using has access to the list. BTW, it works for me: !

  • July 21, 2020

Hi TomG,
Is there any way to get contact first and last name based on entered email in survey?
I have used https://datacenterID.qualtrics.com/API/v3/customer-data-requests
with parameters {
 "operation": "access",
 "emails": [
  "useremail@domain.com"
 ]
}
getting response
{
  "result": {
    "id": "DA_someID"
  },
  "meta": {
    "requestId": "resultID",
    "httpStatus": "202 - Accepted"
  }
}
But unable to get contact information. Could you please suggest a way how to us resultid and requestID to get contact first name and last?


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • July 21, 2020