What do you want to automate

with Teamwork Desk and Lokalise?

Prompt, edit and deploy AI agents that connect to Teamwork Desk, Lokalise and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Customer with Teamwork Desk API on New Project Imported (Instant) from Lokalise API
Lokalise + Teamwork Desk
 
Try it
Create Customer with Teamwork Desk API on New Task Closed (Instant) from Lokalise API
Lokalise + Teamwork Desk
 
Try it
Create Customer with Teamwork Desk API on New Task Created (Instant) from Lokalise API
Lokalise + Teamwork Desk
 
Try it
Create Project with Lokalise API on New Customer Created from Teamwork Desk API
Teamwork Desk + Lokalise
 
Try it
Create Project with Lokalise API on New Customer Reply from Teamwork Desk API
Teamwork Desk + Lokalise
 
Try it
New Customer Created from the Teamwork Desk API

Emit new event when a new customer is created.

 
Try it
New Project Imported (Instant) from the Lokalise API

Emit new event when data is imported into a project

 
Try it
New Customer Reply from the Teamwork Desk API

Emit new event when a customer reply.

 
Try it
New Task Closed (Instant) from the Lokalise API

Emit new event when a task is closed in Lokalise

 
Try it
New Ticket Created from the Teamwork Desk API

Emit new event when a new ticket is created.

 
Try it
Create Customer with the Teamwork Desk API

Create a new customer See the documentation

 
Try it
Create Project with the Lokalise API

Initializes an empty project in Lokalise. See the documentation

 
Try it
Create Ticket with the Teamwork Desk API

Create a new ticket See the documentation

 
Try it
Download Files with the Lokalise API

Retrieves and downloads files from a specified Lokalise project. See the documentation

 
Try it
Reply To Ticket with the Teamwork Desk API

Reply to a specific ticket See the documentation

 
Try it
Integrate the Teamwork Desk API with the Lokalise API
Setup the Teamwork Desk API trigger to run a workflow which integrates with the Lokalise API. Pipedream's integration platform allows you to integrate Teamwork Desk and Lokalise remarkably fast. Free for developers.

Overview of Teamwork Desk

The Teamwork Desk API provides the means to programmatically access and manipulate customer support ticket data. By integrating it with Pipedream, you can automate ticketing workflows, streamline customer interactions, and connect support data with other business tools. Whether syncing tickets to a CRM, setting up custom alerts, or generating reports, the API's capabilities allow for a variety of automations to enhance support operations.

Connect Teamwork Desk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    teamwork_desk: {
      type: "app",
      app: "teamwork_desk",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.teamwork_desk.$auth.domain}/me.json`,
      headers: {
        Authorization: `Bearer ${this.teamwork_desk.$auth.oauth_access_token}`,
        "Accept": `application/json`,
      },
    })
  },
})

Connect Lokalise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    lokalise: {
      type: "app",
      app: "lokalise",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.lokalise.com/api2/projects`,
      headers: {
        Authorization: `Bearer ${this.lokalise.$auth.oauth_access_token}`,
        "accept": `application/json`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo