This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring SurveyMonkey Operations
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.
- Working with Flow in SurveyMonkey
- Working with Surveys in SurveyMonkey
- Working with Users in SurveyMonkey
Â