What do you want to automate

with Close and Brevo?

Prompt, edit and deploy AI agents that connect to Close, 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 Custom Event from Close API
Close + Brevo
 
Try it
Add or Update a contact with Brevo API on New Lead from Close API
Close + Brevo
 
Try it
Add or Update a contact with Brevo API on New Lead Status Change from Close API
Close + Brevo
 
Try it
Add or Update a contact with Brevo API on New Opportunity from Close API
Close + Brevo
 
Try it
Create Lead with Close API on New Marketing Webhook (Instant) from Brevo API
Brevo + Close
 
Try it
New Marketing Webhook (Instant) from the Brevo API

Emit new event when triggered by a marketing event

 
Try it
New Custom Event from the Close API

Emit new event when the configured types of events are triggered. See all possibilities

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

Emit new event when triggered by a transactional event

 
Try it
New Lead from the Close API

Emit new event when a new Lead is created

 
Try it
New Lead Status Change from the Close API

Emit new event when a Lead's status is changed

 
Try it
Create Lead with the Close API

Creates a lead. See the documentation

 
Try it
Add or Update a contact with the Brevo API

Add or Update a contact

 
Try it
Custom Action with the Close API

Makes an arbitrary call to the Close API. See the documentation for all options.

 
Try it
Send Transactional Email with the Brevo API

Send transactional email. See the docs for more information.

 
Try it
Search Leads with the Close API

Search leads with a given field and word. See the documentation

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

Overview of Close

The Close API provides access to a robust CRM platform, enabling users to automate sales processes, manage leads, and track communication history. Harnessing the Close API within Pipedream's ecosystem allows for the creation of custom, serverless workflows that can react in real-time to events, synchronize data across apps, and streamline sales operations. By leveraging Pipedream's capabilities, you can trigger actions based on Close events, manipulate Close data, and integrate with countless other services to amplify your CRM's functionality.

Connect Close

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: {
    close: {
      type: "app",
      app: "close",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.close.com/api/v1/me/`,
      auth: {
        username: `${this.close.$auth.api_key}`,
        password: ``,
      },
    })
  },
})

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