To use the SurveyMonkey connector, add the <surveymonkey.init>
element in your configuration before carrying out any other SurveyMonkey operations.
init
<surveymonkey.init> <apiUrl>https://api.surveymonkey.net</apiUrl> <accessToken>UFHR1aBDl2QjFoOzyDhoj91aM1Q3Atp-HtOvcI8kBk.HIBEdrGLtGKLnbSmHGcE-SqTS6mf.Xy2y8KtSSIUlr9lm1S4kX3CmRnlfXacO7aw= </accessToken> <apiKey>drexhvqfrkm8ev9hmqb4mmum</apiKey> </surveymonkey.init>
Properties
apiUrl: Optional - Indicates the URL of the SurveyMonkey API. The default value is https://api.surveymonkey.net.
accessToken: Required - The access token allows you to make requests to the API on behalf of a user.
apiKey: The URL-encoded API key that is used for the authentication.
Now that you have connected to SuveyMonkey, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the SurveyMonkey Integration.