What do you want to automate

with Happy Scribe and Rebrandly?

Prompt, edit and deploy AI agents that connect to Happy Scribe, Rebrandly and 3,000+ 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
Create Link with Rebrandly API on New Transcription from Happy Scribe API
Happy Scribe + Rebrandly
 
Try it
Delete Transcription with Happy Scribe API on New Click Received from Rebrandly API
Rebrandly + Happy Scribe
 
Try it
Delete Transcription with Happy Scribe API on New Link from Rebrandly API
Rebrandly + Happy Scribe
 
Try it
Get Transcription with Happy Scribe API on New Click Received from Rebrandly API
Rebrandly + Happy Scribe
 
Try it
Get Transcription with Happy Scribe API on New Link from Rebrandly API
Rebrandly + Happy Scribe
 
Try it
New Click Received from the Rebrandly API

Emit new event on each new click received by a link.

 
Try it
New Transcription from the Happy Scribe API

Emit new event on each new transcription.

 
Try it
New Link from the Rebrandly API

Emit new event on each new link created.

 
Try it
Delete Transcription with the Happy Scribe API

Delete a transcription. See the documentation

 
Try it
Create Link with the Rebrandly API

Creates a link. See docs here

 
Try it
Get Transcription with the Happy Scribe API

Retrieve a transcription. See the documentation

 
Try it
Submit File with the Happy Scribe API

Submit a file. See the documentation

 
Try it
Update Link with the Rebrandly API

Updates a link. See docs here

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

Overview of Happy Scribe

The Happy Scribe API provides tools for converting speech to text and vice versa, enabling developers to automate the transcription and subtitling of audio and video files. With the Happy Scribe integration on Pipedream, you can create workflows that trigger on various events, process content, and connect to other apps. Automate transcription jobs, sync transcripts to databases, notify teams when transcriptions are ready, or even analyze text for insights.

Connect Happy Scribe

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: {
    happy_scribe: {
      type: "app",
      app: "happy_scribe",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.happyscribe.com/api/v1/transcriptions`,
      headers: {
        Authorization: `Bearer ${this.happy_scribe.$auth.api_key}`,
      },
    })
  },
})

Overview of Rebrandly

The Rebrandly API enables the creation, updating, and management of branded short links. Within Pipedream, you can leverage this API to automate custom URL shortening workflows, analyze link performance, and seamlessly integrate URL management into your business processes or applications.

Connect Rebrandly

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