Teamwork Desk
With Teamwork Desk modules in Make, you can mange the tickets, customer data, helpdocs sites, categories, and articles in your Teamwork Desk account.
To use Teamwork Desk modules, you must have a Teamwork Desk account. You can create an account at teamwork.com/desk-signup.
Refer to the Teamwork Desk API documentation for a list of available endpoints.
Connect Teamwork Desk to Make
To establish the connection, you must:
Obtain your API key in Teamwork Desk
To obtain your API key from your Teamwork Desk account:
Log in to your Teamwork Desk account.
Click the profile icon in the bottom-left corner.
Click View Profile > API Keys.
Click Create an API Key and select the V1 API Key option.
Copy the API key value shown and store it in a safe place.
You will use this value in the API key field in Make.
Establish the connection with Teamwork Desk in Make
To establish the connection in Make:
Log in to your Make account, add a Teamwork Desk module to your scenario, and click Create a connection.
Note: If you add a module with an
instant
tag, click Create a webhook, then Create a connection.Optional: In the Connection name field, enter a name for the connection.
Choose your Site Address.
If you chose Teamwork site address in the field above, enter Your Teamwork domain. For example, if your URL is
Your_Domain.teamwork.com
, use onlyYour_Domain
in this field.If you chose Custom domain in the field above, enter Your Custom Domain. For example,
projects.mysite.com
.In the API Key field, enter the API key copied above.
Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more Teamwork Desk modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Set up Teamwork Desk Webhooks
This app uses webhooks to trigger a scenario when an event occurs instantly. All webhook modules have an instant
tag next to their name.
To set up a webhook, follow these steps:
Add a Teamwork Desk
instant
module to your scenario and click Create a webhook.Optional: Enter a name for the webhook in the Webhook name field.
Select the corresponding connection for the webhook in the Connection field.
Click Save > Copy address to clipboard.
Log in to your Teamwork Desk account.
Click the profile icon in the bottom-left corner.
Click Settings > Webhooks.
Click Add webhook.
In the Payload URL field, enter the webhook copied in step 4 above.
In the Content Type field, select the option from the drop-down list appropriately.
In the Token field, enter a unique custom password and click Save.
Teamwork Desk will now send data to Make through the webhook when the selected event occurs.
Note
At the time of this publication, all steps for Obtain your Teamwork Desk API and Set up Teamwork Desk Webhooks were checked and verified to be accurate. However this may have changed, so please see the Teamwork Desk documentation for the most up-to-date directions.
Build Teamwork Desk Scenarios
After connecting the app, you can perform the following actions:
Watch Events
List Tickets
Get Ticket
Create Ticket
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Update Ticket
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Delete Ticket
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Add Reply to Ticket
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
List Customers
Get Customer
Create Customer
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Update Customer
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Delete Customer
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
List Inboxes
Get Inbox
Create Inbox
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Delete Inbox
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
List Helpdocs Sites
Create Helpdocs Site
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Get Helpdocs Site
Update Helpdocs Site
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Delete Helpdocs Site
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
List Categories
Create Category
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Update Category
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Delete Category
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
List Articles
Get Article
Update Article
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Delete Article
This module relies on the V1 Teamwork Desk API. If you signed up for Teamwork Desk after Jan 2023, this version is no longer supported.
Make an API Call