Specifying Link Expiration Date Results Does Not Work | XM Community
Skip to main content

Hello!
When creating a distribution using the Qualtrics API, I'm unable to specify a link expiration date. Whatever date I choose, it uses the default value.
Here's an example of the body of the request with IDs masked:
{
   "message": {
       "libraryId": "XXX",
       "messageId": "XXX"
   },
   "recipients": {
       "mailingListId": "XXX"
   },
   "header": {
       "fromName": "XXX",
       "fromEmail": "noreply@qemailserver.com",
       "replyToEmail": "noreply@qemailserver.com",
       "subject": "XXX"
   },
   "surveyLink": {
       "surveyId": "XXX",
       "experiationDate": "2021-10-08T19:00:00Z",
       "type": "Individual"
   },
   "embeddedData": {},
   "sendDate": "2021-10-06T15:30:00Z"
}
Any help would be appreciated.

Be the first to reply!

Leave a Reply