What do you want to automate

with LaunchNotes and Brevo?

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

Emit new event when triggered by a marketing event

 
Try it
New Announcement Published from the LaunchNotes API

Emit new event when an announcement is published.

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

Emit new event when triggered by a transactional event

 
Try it
New Announcement Scheduled from the LaunchNotes API

Emit new event when an announcement is scheduled.

 
Try it
New Subscription Created from the LaunchNotes API

Emit new event when a new project subscription is created.

 
Try it
Create Announcement with the LaunchNotes API

Generates a draft announcement for the LaunchNotes project. See the documentation

 
Try it
Add or Update a contact with the Brevo API

Add or Update a contact

 
Try it
Create Subscription with the LaunchNotes API

Adds a new subscriber to the current LaunchNotes project. 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 LaunchNotes API with the Brevo API
Setup the LaunchNotes API trigger to run a workflow which integrates with the Brevo API. Pipedream's integration platform allows you to integrate LaunchNotes and Brevo remarkably fast. Free for developers.

Connect LaunchNotes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    launchnotes: {
      type: "app",
      app: "launchnotes",
    }
  },
  async run({steps, $}) {
    const data = {
      "query": `query { viewer { id email name }}`,
    }
    return await axios($, {
      method: "post",
      url: `https://app.launchnotes.io/graphql`,
      headers: {
        Authorization: `Bearer ${this.launchnotes.$auth.api_key}`,
      },
      data,
    })
  },
})

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