Setup
Connect to your Teamwork app for OAuth.
Cobalt offers both Key Based and OAuth 2.0 integration for Teamwork. In this guide, we will look at the OAuth App setup process.
To setup your Teamwork app in Cobalt for OAuth, you will need the following credentials from your Teamwork Developer account:
- Client ID
- Client Secret
- Scopes
Pre-requisites
- Teamwork Developer account. You can create one here.
Creating an app in Teamwork
To create a Teamwork app and aquire the above mentioned credentials, please follow the steps mentioned below:
- Log in to your Teamwork Developer account.
- Click on
Create an app
button in the top right corner.
- Go to your
Apps catalog
in Cobalt > Search forTeamwork
>Settings
>Use your credentials
>Callback Url
> Copy it. - Enter the
Name
for your application > ChooseProduct
as Teamwork > Paste the Callback Url underRedirect URIs
and click onCreate App
button. - Click on the app created, go to the Credentials tab and copy the Client ID and Client Secret.
Configuring credentials in Cobalt
App settings page lets you configure the authentication settings for an OAuth 2.0
based application. For your customers to provide you authorization to access their data,
they would first need to install your application. This page lets you set up your application credentials.
Cobalt lets you use pre-configured applications to play around. You can do so by selecting Use our credentials
. However, if you wish to use your own application,
select Use your own credentials
. Provide the aquired Client Id and Client secret and save it.
Publishing Teamwork App
When the app is created in the Teamwork Developer Portal, it’s status is shown as In development. This means your app is currently in development mode and it can only be used by the Teamwork account it was created under.
Once you are ready to publish your app and make it available to all Teamwork users, please contact integrations@teamwork.com.
Learn more about the pre-requisites to complete for the app publishing process here.
Actions and triggers
Once the above setup is completed, you can create orchestrations of your use-cases using Teamwork actions and triggers. An action with any API of Teamwork can be created by using the HTTP Request Action.