What do you want to automate

with CentralStationCRM and Brevo?

Prompt, edit and deploy AI agents that connect to CentralStationCRM , Brevo 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
Add or Update a contact with Brevo API on New Deal Created from CentralStationCRM API
CentralStationCRM + Brevo
 
Try it
Add or Update a contact with Brevo API on New Person Created from CentralStationCRM API
CentralStationCRM + Brevo
 
Try it
Create Deal with CentralStationCRM API on New Marketing Webhook (Instant) from Brevo API
Brevo + CentralStationCRM
 
Try it
Create Deal with CentralStationCRM API on New Transactional Webhook (Instant) from Brevo API
Brevo + CentralStationCRM
 
Try it
Create Person with CentralStationCRM API on New Marketing Webhook (Instant) from Brevo API
Brevo + CentralStationCRM
 
Try it
New Marketing Webhook (Instant) from the Brevo API

Emit new event when triggered by a marketing event

 
Try it
New Deal Created from the CentralStationCRM API

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

 
Try it
New Transactional Webhook (Instant) from the Brevo API

Emit new event when triggered by a transactional event

 
Try it
New Person Created from the CentralStationCRM API

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

 
Try it
Create Deal with the CentralStationCRM API

Creates a new deal in CentralStationCRM. See the documentation

 
Try it
Add or Update a contact with the Brevo API

Add or Update a contact

 
Try it
Create Person with the CentralStationCRM API

Creates a new person in CentralStationCRM. See the documentation

 
Try it
Send Transactional Email with the Brevo API

Send transactional email. See the docs for more information.

 
Try it
Integrate the CentralStationCRM API with the Brevo API
Setup the CentralStationCRM API trigger to run a workflow which integrates with the Brevo API. Pipedream's integration platform allows you to integrate CentralStationCRM and Brevo 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}`,
      },
    })
  },
})

Overview of Brevo

The Brevo API lets you automate and integrate your user and access management tasks right within Pipedream. With Brevo's API, you can manage users, groups, permissions, and more, streamlining how you control access to your resources. By crafting workflows on Pipedream, you can connect Brevo with other apps to create custom, automated processes that suit your specific business needs.

Connect Brevo

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: {
    brevo: {
      type: "app",
      app: "brevo",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.brevo.com/v3/contacts`,
      headers: {
        "api-key": `${this.brevo.$auth.api_key}`,
      },
    })
  },
})

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