Send email only to newly added panel members

时间:2015-07-28 23:20:32

标签: qualtrics

I have a survey created for University course enrollments and the link to the survey is individualized with embedded data from a panel. Each morning I would like to send out the survey through Qualtrics to everyone who signed up the prior day. I am using the Qualtrics REST API to build the panel and send the email.

With the REST API version 2.4 I can successfully add members to a panel. I can successfully send an email to panel members. What I cannot figure out is how to send the email only to newly added panel members (the ones that I add because the enrolled the prior day). I only want newly added panel members to get this email.

Any suggestions?

1 个答案:

答案 0 :(得分:1)

看起来getPanel有一个名为LastRecipientID的选项会过滤您想要的结果。确保在每天调用API时跟踪最后一个收件人ID,并在第二天将其传回。这将返回自您上次调用API以来添加的所有用户。

官方文件:

LastRecipientID :上一次API调用的最后一个收件人ID。在此收件人之后开始返回所有人

this thread