简体   繁体   English

通过SurveyMonkey API获取电子邮件收集器中用于调查的所有收件人的列表

[英]Getting list of all recipients in an email collector for a survey via SurveyMonkey API

I have a survey that went out to 100 recipients via the built-in email collector. 我进行了一项调查,该调查通过内置的电子邮件收集器向100位收件人发出。 I am trying to design a solution in python that will show only the list of recipients (email addresses) who have not responded (neither "Completed" nor "Partial"). 我正在尝试在python中设计一个解决方案,该解决方案将仅显示未响应的收件人(电子邮件地址)列表(“未完成”或“部分”)。 Is there any way to get this list via the SurveyMonkey API? 有什么方法可以通过SurveyMonkey API获取此列表吗?

One possible solution is to store the original list of 100 recipients in my local database, get the list of recipients who have already responded using the get_respondent_list api, and then do a matching to find the people who have not responded. 一种可能的解决方案是将100个收件人的原始列表存储在我的本地数据库中,使用get_respondent_list API获取已经响应的收件人列表,然后进行匹配以查找未响应的人员。 But I would prefer to not approach it this way since it involves storing the original list of recipients locally. 但是我不希望采用这种方式,因为它涉及将原始收件人列表存储在本地。

Thanks for the help! 谢谢您的帮助!

There is currently not a way to do this via the SurveyMonkey API - it sounds like your solution is the best way to do things. 目前尚无通过SurveyMonkey API进行此操作的方法-听起来您的解决方案是解决问题的最佳方法。

I think your best bet is to go with your solution and email api-support@surveymonkey.com and ask them about the feasibility of adding this functionality in future. 我认为最好的选择是与您的解决方案一起发送电子邮件至api-support@surveymonkey.com,并询问他们将来添加此功能的可行性。 It sounds like what you need is a get_collector_details method that returns specific details from a collector, which doesn't currently exist. 听起来您需要的是一个get_collector_details方法,该方法从当前不存在的收集器中返回特定的详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Surveymonkey API:检查特定电子邮件是否已完成调查 - Surveymonkey API: check if a specific email has completed survey 通过Postfix发送给多个收件人的电子邮件仅由列表中的第一个地址接收 - Email to multiple recipients via Postfix only being received by first address on the list 使用多个收件人通过Blockchain API进行交易 - Transaction via Blockchain API using Multiple recipients 尝试创建电子邮件脚本,但并非所有收件人都收到电子邮件 - Trying to create an email script, yet not all recipients receive the email Mandrill API 与收件人(cc)一起发送 email,但它也使用 Django==1.11.10 将邮件作为“TO”发送给收件人(cc) - Mandrill API to send email with recipients(cc), but It also send mail to recipients(cc) as 'TO' using Django==1.11.10 您如何获得 email gmail python API 的收件人 - How can you get the recipients of an email gmail python API AWS SES 的多个收件人 email 列表 python sdk - multiple recipients email list for AWS SES python sdk 通过Stripe API列出所有客户 - List all customers via stripe API 收到的电子邮件中的抄送收件人是Python列表吗? (Google App Engine) - Is the cc recipients in a received email a Python list? (Google App Engine) SurveyMonkey API 如何创建 hmac? - How SurveyMonkey API creates the hmac?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM