What do you want to automate

with Selzy and Bloomerang?

Prompt, edit and deploy AI agents that connect to Selzy, Bloomerang 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 Interaction with Bloomerang API on New Campaign Created from Selzy API
Selzy + Bloomerang
 
Try it
Add Interaction with Bloomerang API on New Campaign Status (Instant) from Selzy API
Selzy + Bloomerang
 
Try it
Add Interaction with Bloomerang API on New Subscriber (Instant) from Selzy API
Selzy + Bloomerang
 
Try it
Create Campaign with Selzy API on New Constituent Created from Bloomerang API
Bloomerang + Selzy
 
Try it
Create Campaign with Selzy API on New Donation from Bloomerang API
Bloomerang + Selzy
 
Try it
New Campaign Created from the Selzy API

Emit new event when a new email campaign is created. Useful for monitoring campaign creation activity.

 
Try it
New Campaign Status (Instant) from the Selzy API

Emit new event when the status of a campaign changes.

 
Try it
New Constituent Created from the Bloomerang API

Emit new event when a new constituent profile is created in Bloomerang.

 
Try it
New Subscriber (Instant) from the Selzy API

Emit new event when a new contact subscribes to a specified list.

 
Try it
New Donation from the Bloomerang API

Emit new event when a donation is received in Bloomerang.

 
Try it
Create Campaign with the Selzy API

Creates a new campaign. See the documentation

 
Try it
Add Interaction with the Bloomerang API

Adds an interaction to an existing constituent in Bloomerang. See the documentation

 
Try it
Create Email Message with the Selzy API

Adds a new email message. See the documentation

 
Try it
Create Constituent with the Bloomerang API

Creates a new constituent in Bloomerang. See the documentation

 
Try it
Create Donation with the Bloomerang API

Creates a new donation record in Bloomerang. See the documentation

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

Connect Selzy

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: {
    selzy: {
      type: "app",
      app: "selzy",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.selzy.com/en/api/getCampaigns`,
      params: {
        format: `json`,
        api_key: `${this.selzy.$auth.api_key}`,
      },
    })
  },
})

Connect Bloomerang

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: {
    bloomerang: {
      type: "app",
      app: "bloomerang",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.bloomerang.co/v2/user/current`,
      headers: {
        "accept": `application/json`,
        "x-api-key": `${this.bloomerang.$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