Questions tagged [surveymonkey]

SurveyMonkey is an online survey service

SurveyMonkey is a a software as a service (SaaS) company, founded in 1999 by Ryan Finley, that provides an online survey tool with a variety of service plans.

SurveyMonkey provides an API for programmatic survey creation and data retrieval.

See also

395 questions
2
votes
4 answers

Accessing SurveyMonkey API from VBA

I am tying to set-up a Excel VBA project to readout individual survey responses into a form in Excel for some calculations and then PDF reporting. However I have great difficulty to deploy the .NET library (SurveyMonkeyApi) to be available for…
Mats Olsson
  • 101
  • 1
  • 2
  • 10
2
votes
2 answers

Email survey monkey survey automatically

Is it possible to automatically send a survey to everyone who registers at my website as soon as they are finished with the registration process? As I understand send_flow only sets up a flow and the user still has to send the email through the…
aui
  • 21
  • 1
2
votes
1 answer

Is it possible to create a permanent survey?

every time we deliver a project (approx. 10 times /week) to a client we would like to conduct a survey. This survey is always the same - so instead of creating 10 new surveys pr. week - we would like to create 1 permanent survey - and invite(using…
Morten
  • 43
  • 5
2
votes
1 answer

Is it possible to make a survey monkey account 'read only'

I am using the Survey Monkey api to get the url's of surveys I have created which allows me to display surveys from within my application. To do this I have to send my key and authorization with the request. What concerns me is that Survey Monkey…
Graham
  • 23
  • 2
2
votes
2 answers

SurveyMonkey API - Developer Inactive

I am trying to use the SurveyMonkey Api. Currently I need to get the Access Token, but when I call the https://api.surveymonkey.net/oauth/authorize url with the right parameters, I get the following response:

Developer Inactive

Why is this…
George Ant
  • 371
  • 1
  • 6
2
votes
2 answers

Expected object or value

I have setup a developer account and created a access token as described in the docs using "custom application" and providing key, id and secret in the console. Requests made via the console such as get_survey_list work fine. However if I try any…
migo
  • 33
  • 5
2
votes
2 answers

SurveyMonkey. Creating my own front-end

Can I create a SurveyMonkey survey, then build the survey's front-end on our intranet, but have the form post to the SurveyMonkey? This will allow me to use their result page and reports, while allowing me to design the page using internal video…
wall-nut
  • 403
  • 3
  • 15
2
votes
1 answer

Survey App Django-Survey Monkey

I am creating a django application for my company, and one of the things that still needs doing is a survey. At the moment we use SurveyMonkey, but I can't manage to send via api invitations to the surveys(personalized ones like the web page allows,…
ylc
  • 199
  • 1
  • 3
  • 9
2
votes
1 answer

How do we know a survey_id to be able to call the API?

The API calls require a survey_id. There is a surveyID in the web link but that is an alphanumeric code that is not the same as the survey_id. eg https://www.surveymonkey.com/s/STB97HW is surveyID 47481373 The "Edit survey" pages do not show the…
sysmod
  • 463
  • 3
  • 11
2
votes
1 answer

SurveyMonkey API: export a csv or excel file of respondents?

Is it possible to export a csv or excel file through the SurveyMonkey API? Or is it necessary to page through the json get_responses and compile that list manually? Since you can export excel and csv reports through in the SurveyMonkey interface,…
sandbox
  • 23
  • 1
  • 3
2
votes
1 answer

Problems with Survey Monkey snippet to embed surveys and custom_id

I tried to add the "c=XXXX" parameter to the URL defined in the snippet so that it looks like: https://www.surveymonkey.com/jsEmbed.aspx?sm=XXXXXXXXXXXXXXXXXXX_3X_3X&c=12345 The survey is succesfully displayed in page (both simple version and…
Giuliano Iacobelli
  • 1,010
  • 1
  • 8
  • 21
2
votes
2 answers

SurveyMonkey Long Lived Access Token Lifespan

I am working on a project that requires an automated SSIS package to connect to SurveyMonkey data store via API to incrementally download survey results for the day or specified time period for custom reporting and low scoring task assignment. Via…
Rob
  • 869
  • 9
  • 11
2
votes
1 answer

APIs not returning custom field

for our scopes we need to use unique ID generated by us for the answers submitted by users. This is possible by adding "?c=" at the end of the survey link followed by the ID number. Example Format: http://www.surveymonkey.com/s/XXXXX?c=00001 The…
Giuliano Iacobelli
  • 1,010
  • 1
  • 8
  • 21
2
votes
2 answers

How do you get the Respondent ID from a Survey Monkey survey?

The Story I'm in the beginning stages of creating a video teaching engine for a retailer incentive program my company is putting together. The way it will work is that retailers will register and be provided the ability to login to the system to…
Jon Gallup
  • 317
  • 3
  • 11
2
votes
1 answer

Surveymonkey: Is there an API method that indicates if a survey has been completed by a user?

We are looking into using surveymonkey for our surveys. In the surveymonkey developer portal (https://developer.surveymonkey.com/), the site advises us to ask questions here. Is there an API method / data point that indicates if a survey has been…
ArkadePaulG
  • 161
  • 2
  • 10
1 2
3
26 27