What do you want to automate

with CentralStationCRM and Lokalise?

Prompt, edit and deploy AI agents that connect to CentralStationCRM , 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 Deal with CentralStationCRM API on New Project Imported (Instant) from Lokalise API
Lokalise + CentralStationCRM
 
Try it
Create Deal with CentralStationCRM API on New Task Closed (Instant) from Lokalise API
Lokalise + CentralStationCRM
 
Try it
Create Deal with CentralStationCRM API on New Task Created (Instant) from Lokalise API
Lokalise + CentralStationCRM
 
Try it
Create Person with CentralStationCRM API on New Project Imported (Instant) from Lokalise API
Lokalise + CentralStationCRM
 
Try it
Create Person with CentralStationCRM API on New Task Closed (Instant) from Lokalise API
Lokalise + CentralStationCRM
 
Try it
New Deal Created from the CentralStationCRM API

Emit new event when a new deal is created in CentralStationCRM.

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

Emit new event when data is imported into a project

 
Try it
New Person Created from the CentralStationCRM API

Emit new event when a new person is created in CentralStationCRM.

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

Emit new event when a task is closed in Lokalise

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

Emit new event when a new task is created in Lokalise

 
Try it
Create Deal with the CentralStationCRM API

Creates a new deal in CentralStationCRM. See the documentation

 
Try it
Create Project with the Lokalise API

Initializes an empty project in Lokalise. See the documentation

 
Try it
Create Person with the CentralStationCRM API

Creates a new person in CentralStationCRM. 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
Upload File with the Lokalise API

Uploads a specified file to a Lokalise project. See the documentation

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

Overview of CentralStationCRM

The CentralStationCRM API enables you to manage customer relationships by automating tasks, syncing data, and creating custom integrations within Pipedream. With this API, you can access functions such as retrieving customer details, logging activities, and managing sales opportunities. Integrating CentralStationCRM with Pipedream allows you to connect to other apps and services, creating efficient workflows that can save time and enhance customer engagement.

Connect CentralStationCRM

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    centralstationcrm: {
      type: "app",
      app: "centralstationcrm",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.centralstationcrm.$auth.account_name}.centralstationcrm.net/api/people.json`,
      headers: {
        "X-apikey": `${this.centralstationcrm.$auth.api_key}`,
      },
    })
  },
})

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