Individually timed email messages? | XM Community
Solved

Individually timed email messages?

  • 19 September 2018
  • 4 replies
  • 5 views

Is there a way to send automated, individually timed email messages in Qualtrics? Though the option to schedule emails for future delivery exists, it is only seems to be available for emailing the entire participant cohort at once, not allowing for the possibility of different participants joining the study at different times (needed for studies with rolling enrollment). Thanks in advance for any help!
icon

Best answer by Anonymous 20 September 2018, 00:24

View original

4 replies

Userlevel 2
Badge +1
@Newbs ,

Use this api in web service in survey flow and customize SendDate and recipient individually.
thanks @RKT , can I use this to set a rule around SendDate i.e. 2 months after date of first survey completed?

Just realised I posted this message in wrong place (under networking and jobs) - I'm new to all this!
> @Newbs said:
> thanks @RKT , can I use this to set a rule around SendDate i.e. 2 months after date of first survey completed?
>
> Just realised I posted this message in wrong place (under networking and jobs) - I'm new to all this!

In the SendDate pipe in the following date for 2 months(60 days)
`${date://OtherDate/Y/+60%20day}-${date://OtherDate/m/+60%20day}-${date://OtherDate/d/+60%20day}T08:00:00Z`

In the above code the number after '+' specifies the nth day from current
thanks so much @Sashi I'll try that. Why 60%20 in the code?

Leave a Reply