Has anyone integrated Survey Monkey API into a workflow? We'd like to have Alteryx pull the latest list of Unsubscribes from Survey Monkey and scrub our distribution lists.
This article guides you on how to set up the connection to Survey Monkey
https://www.devart.com/odbc/surveymonkey/integrations/surveymonkey-alteryx-connection.html
Hello @dawnlim ,
I haven't connected directly to Survey Monkey before, but I have certainly worked with APIs in Alteryx. If you want to pull information into Alteryx via an API you can use the download tool. In there you will need to input key information such as the URL and headers. The exact information you need to input can be found in the API Docs.
https://api.surveymonkey.com/v3/docs?python#api-endpoints-users-and-teams
I'm not sure which endpoint will contain the unsubscribe information, but the users are likely a good place to start. If you get stuck, feel free to ask any other questions.
Regards - Pilsner
