Skip to Content

Teamwork

  • Import/clone Teamwork_HTTP source from the Connectors library application.

    • Teamwork API uses Basic Auth authentication with API key as the username and any character as the password (source: API Getting Started ). To get your API key: Log in -> Expend the menu at the top right corner (next to your account icon) -> Edit my details -> API & Mobile -> Get API Token.

    • To get your site ID: Log in -> Expend the menu at the top right corner (next to your account icon) -> Settings -> Site Address -> Extract the subdomain from the site address: for example, if your site address is https://paloaltodatabases.teamwork.com/  then your siteID is ‘paloaltodatabases’ -> Copy it to the value of the ‘siteId’ variable.

    • The Connectors library application contains an example of how to list all projects in the Teamwork scenario. You can modify the example to call any API call supported by Teamwork API .

Last updated on