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

387 questions
3
votes
1 answer

Pardot Email Marketing Database with SurveyMonkey?

Our organizations uses Pardot email automation platform that also works with our CRM Salesforce. Is there a way to tie in SurveyMonkey with our database to send an email that includes the survey on the eblast? Thanks, Kaitlin Bowes
2
votes
2 answers

ElementClickInterceptedException while trying to click a checkbox within surveymonkey.com through Selenium and Python

I'm playing around with a mini-challenge that's been set to automate a form response on survey monkey, I've set up a dummy survey for the purpose of this example. Essentially, selenium is unable to click the box due to an error with a button display…
2
votes
1 answer

Perform an action once SurveyMonkey iframe loads

I'm trying to embed a SurveyMonkey survey into a modal window on my site. I can do this successfully, except that first the modal appears and then there's a delay as the iframe loads the external content (this causes a flickering effect as the…
Tim
  • 421
  • 3
  • 16
2
votes
0 answers

SurveyMonkey v3 webhook validation in PHP

I've successfully implemented a webhook in my PHP application, but am unsure on how to verify the Sm-Signature header. The documentation here states: Our webhook callbacks are sent as POST requests and include the following request headers that…
Beau
  • 191
  • 1
  • 4
2
votes
2 answers

Pass custom parameter when survey complete in survey monkey V3

I am looking for a way to get back the custom parameter "name" that is used for storing Custom Data in the SurveyMonkey system when a user completes a survey, whether that be via the Embed OR WebLink. Any suggestions on how others have approached…
Nawin
  • 1,505
  • 1
  • 12
  • 22
2
votes
1 answer

SurveyMonkey adding webhooks

We were under the impression that we could add a webhook/url with each recipient we added using recipients/bulk. So if our recipients looked like the below, we would just be able to add the webhook data with each one of the entries. After looking…
whoopah
  • 159
  • 2
  • 11
2
votes
2 answers

SurveyMonkey API v3 GET Responses fields

In my app I used the get_respondent_list API in API v2 to get an overview of the responses and to allow me to select those responses which were relevant to download in greater detail - fields of interest to me included date_modified, status . I had…
2
votes
0 answers

RMonkey data frame split columns

I've downloaded data from SurveyMonkey using RMonkey into a data frame using the following code: g <- getresponses(r, s[[1]]) g <- as.data.frame.ts(g) temp <- edit(g) Using the data editor, I can see that the data obtained for each respondent is…
Jane
  • 21
  • 2
2
votes
1 answer

Surveymonkey: call webhook when survey is completed

I would like to receive webhook calls to my own service when a survey has been completed. I do not want to poll surveymonkey for results. I noticed there is some obscure documentation here: http://help.surveymonkey.com/articles/en_US/kb/WebHook-PUT…
Joe R
  • 107
  • 2
  • 6
2
votes
0 answers

responsive iframe with SurveyMonkey

I'm working on embedding a very quick survey on my site and after page one, there is just description text for page 2 and 3. So how do I a) make the iframe responsive to the number of questions or b) get rid the other ugly gray bottom when the…
timrosenthal
  • 57
  • 2
  • 9
2
votes
1 answer

SurveyMonkey - Restrict api survey access

Is it possible to restrict the surveys available to someone with api access to only a single survey? (Without using some kind of middleware server that restricts the access externally to surveymonkey).
Adam
  • 345
  • 2
  • 14
2
votes
0 answers

SurveyMonkey: unique ID in Survey End Page URL

On the Survey End Page of SurveyMonkey I need an URL with the unique ID of the Survey. Example: http://www.example.com?id={unique ID} When a user is finished with his survey, I need to redirect the user to my site. My Site need to know the unique ID…
Stefan Vogt
  • 1,403
  • 2
  • 10
  • 16
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
  • 1
  • 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
1
2
3
25 26