What do you want to automate

with WhatConverts and Bitport?

Prompt, edit and deploy AI agents that connect to WhatConverts, Bitport and 2,800+ 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 Item with Bitport API on New Lead Added from WhatConverts API
WhatConverts + Bitport
 
Try it
Add Item with Bitport API on Updated Lead from WhatConverts API
WhatConverts + Bitport
 
Try it
Find Lead with WhatConverts API on New File from Bitport API
Bitport + WhatConverts
 
Try it
Find Lead with WhatConverts API on New Media from Bitport API
Bitport + WhatConverts
 
Try it
Search with Bitport API on New Lead Added from WhatConverts API
WhatConverts + Bitport
 
Try it
New Lead Added from the WhatConverts API

Emit new event when a new lead is added

 
Try it
New File from the Bitport API

Emit new event when a new file is added to a project in Bitport. See the documentation

 
Try it
Updated Lead from the WhatConverts API

Emit new event when a lead is updated

 
Try it
New Media from the Bitport API

Emit new event when a new media is added to a project in Bitport. See the documentation

 
Try it
Find Lead with the WhatConverts API

Find a lead in WhatConverts. See the documentation

 
Try it
Add Item with the Bitport API

Add new torrent. See the documentation

 
Try it
Search with the Bitport API

Searches folders and files in the cloud and sorts them by name. See the documentation

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

Overview of WhatConverts

The WhatConverts API allows you to track, manage, and report on leads and conversions from various marketing channels. With this API, you can automate the ingestion of lead data into your CRM, generate custom reports, and receive real-time alerts for new leads. When you implement this API within Pipedream, you can create powerful, serverless workflows that respond to events in WhatConverts, or trigger actions based on data from other apps.

Connect WhatConverts

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

Overview of Bitport

The Bitport API allows you to integrate cloud torrent downloads into your apps and workflows. With Bitport, you can fetch torrents to a secure cloud location and stream them online. This opens up possibilities for automating downloads, orchestrating media collection, or even building custom alerts for completed torrent downloads. On Pipedream, you can connect the Bitport API to various other services to create powerful automation workflows. For instance, you could trigger downloads with webhooks, organize files with cloud storage services, or send notifications through communication platforms.

Connect Bitport

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: {
    bitport: {
      type: "app",
      app: "bitport",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.bitport.io/v2/me`,
      headers: {
        Authorization: `Bearer ${this.bitport.$auth.oauth_access_token}`,
      },
    })
  },
})

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