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/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

 

  • No labels