Versions Compared

Key

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

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

The Teamwork API uses basic authentication with the API key. For more information on authentication, see https://developer.teamwork.com/introduction#authentication.

Code Block
languagexml
titleinit
<teamwork.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <apiKey>{$ctx:apiKey}</apiKey>
<teamwork.init>

...

Code Block
languagexml
titlemessageBuilders
<messageBuilder contentType="multipart/form-data" class="org.wso2.carbon.relay.BinaryRelayBuilder"/>

Now that you have connected to Teamwork, use the information in the following topics to perform various operations with the connector.

Child pages (Children Display)