简体   繁体   中英

Setting sender email address for survey collector via the SurveyMonkey API

This is the top option available to non-API users when they are editing a survey collector, so someone at SurveyMonkey must have recognized that it is important. However, the API documentation does not mention that capability. Is it actually available but not documented?

This can be achieved by adding the following in the JSON body in the POST request:

"sender_email":"email@address.com"

This is not mentioned in the Knowledge Base as far as I can tell. Working on the Platinum package, so not sure if this will work for other paid subscriptions.

You're right that option should be there. It will be available to add as an option when creating/updating a collector of type email soon.

See the collector docs https://developer.surveymonkey.com/api/v3/#surveys-id-collectors or watch the docs on github ( https://github.com/SurveyMonkey/public_api_docs ) to be notified of when the change has been made.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM