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

« Previous Version 2 Current »

To use the Eventbrite connector, add the <eventbrite.init> element in your configuration before carrying out any other Eventbrite operations. 

The Eventbrite API uses OAuth2 for authentication. All API requests must be authenticated with a valid OAuth token. For more information on authentication, see https://developer.eventbrite.com/docs/auth/.

init
<eventbrite.init>
	<apiUrl>{$ctx:apiUrl}</apiUrl>
	<accessToken>{$ctx:accessToken}</accessToken>
</eventbrite.init>
Properties 
  • apiUrlThe URL of the Eventbrite API.
  • accessToken: The access token to access back-end services.

Now that you have connected to Eventbrite, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the Eventbrite Integration.

 

  • No labels