Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

The Podio API uses the OAuth2 protocol for authentication. For more information on authentication, see https://developers.podio.com/authentication.

Code Block
languagexml
titleinit
<podio.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
	<accessToken>{$ctx:accessToken}</accessToken>
</podio.init>
Properties 
  • apiUrlThe URL to access the Podio API.
  • accessToken: The access token of the account.

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

Child pages (Children Display)

...