Need code for the Qualtrics API automation. | XM Community
Skip to main content
Solved

Need code for the Qualtrics API automation.

  • June 9, 2020
  • 2 replies
  • 39 views

Hello good people,
I am Rahat. I work for the South Dakota Department of Health. We are working on a very urgent project for the Qualtrics API automation as part of our works to fight against COVID 19. Could you please share the API for this?
The requirements for the API are :

  • writing a python function that creates a mailing list(Qualtrics API) in Qualtrics using a csv file.

  • writing a python function that queries Qualtrics (Qualtrics API) for the id of the mailing list created above.

  • modifying the test survey python script to leverage the above functions to automatically start the sms illness monitoring program.


Best answer by ana_velez

Hi!!!

these are some of the API calls you can use

Get Organization


https://api.qualtrics.com/reference#import-mailing-list-contacts-with-transactions


Get Organization


https://api.qualtrics.com/reference#list-mailing-lists-1


Get Organization

2 replies

ana_velez
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • Answer
  • June 9, 2020

  • June 14, 2020

These links are giving 404 responses. Is the documentation downloadable?