What do you want to automate

with ReCharge and Bloom Growth?

Prompt, edit and deploy AI agents that connect to ReCharge, Bloom Growth 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
Cancel Subscription with ReCharge API on New Issue Created from Bloom Growth API
Bloom Growth + ReCharge
 
Try it
Cancel Subscription with ReCharge API on New To-Do Completed from Bloom Growth API
Bloom Growth + ReCharge
 
Try it
Cancel Subscription with ReCharge API on New To-Do Created from Bloom Growth API
Bloom Growth + ReCharge
 
Try it
Create Customer with ReCharge API on New Issue Created from Bloom Growth API
Bloom Growth + ReCharge
 
Try it
Create Customer with ReCharge API on New To-Do Completed from Bloom Growth API
Bloom Growth + ReCharge
 
Try it
New Issue Created from the Bloom Growth API

Emit new event when a new issue is created.

 
Try it
New Customer Created (Instant) from the ReCharge API

Emit new event when a new customer is created.

 
Try it
New To-Do Completed from the Bloom Growth API

Emit new event when a to-do is marked as completed.

 
Try it
New Order Created (Instant) from the ReCharge API

Emit new event when a new order is created.

 
Try it
New To-Do Created from the Bloom Growth API

Emit new event when a new to-do is created.

 
Try it
Cancel Subscription with the ReCharge API

Cancels an existing subscription. See the documentation

 
Try it
Create Issue with the Bloom Growth API

Create a new meeting issue See the documentation

 
Try it
Create Customer with the ReCharge API

Creates a customer. See the documentation

 
Try it
Create To-Do with the Bloom Growth API

Create a new meeting to-do See the documentation

 
Try it
Create Subscription with the ReCharge API

Creates a new subscription allowing a customer to subscribe to a product. See the documentation

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

Overview of ReCharge

The ReCharge API offers a programmatic entrance to the ReCharge ecosystem, a place where subscription-based e-commerce is managed with ease. Whether you're looking to synchronize customer data, manage subscriptions, or automate notifications, the API's endpoints enable you to seamlessly integrate subscription data into your business processes. With Pipedream's serverless execution model, you can craft workflows that respond to events in ReCharge, manipulate and route data, and trigger actions across your entire software stack. This opens doors to personalized customer experiences, streamlined operations, and data-driven decision-making.

Connect ReCharge

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: {
    recharge: {
      type: "app",
      app: "recharge",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.rechargeapps.com/customers`,
      headers: {
        "X-Recharge-Access-Token": `${this.recharge.$auth.api_key}`,
      },
    })
  },
})

Overview of Bloom Growth

The Bloom Growth API provides a suite of tools for business management and growth, focusing on customer relationships, project management, and data analysis. With Pipedream, you can leverage this API to create automated workflows that integrate Bloom Growth's functionalities with other apps, streamline processes, and enhance data-driven decision-making.

Connect Bloom Growth

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: {
    bloom_growth: {
      type: "app",
      app: "bloom_growth",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.bloomgrowth.com/api/v1/users/mine`,
      headers: {
        Authorization: `Bearer ${this.bloom_growth.$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