Deepak or anyone else who can help:
I'm working on a longitudinal study where we want to send daily qualtrics surveys via SMS to participants for a 10 week period. We would like to automate the sending of this survey for the entire 10 weeks. Ideally, we would like to randomize at what time the surveys are send daily. I looked at the sample request below and am wondering if there is custom code we can write for sendDate so as to automate survey invites being sent via SMS for a 10 week period.
Greatly appreciate any input!
Thanks!
curl --request POST \\
--url https://yul1.qualtrics.com/API/v3/distributions/sms \\
--header 'Content-Type: application/json' \\
--header 'X-API-TOKEN: ' \\
--data '{
"surveyId": "SV_080LO2R7csetMK9",
"method": "Invite",
"sendDate": "2020-06-17T00:36:42Z",
"recipients": {
"mailingListId": "CG_bwM2NGGLJ6oftCR"
},
"name": "Example Survey",
"message": {
"libraryId": "UR_eDPqMQLv8yQZnIF",
"messageId": "MS_8vlfvwn12wdf6D3"
}
}'
SMS Distribution via API
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
