What do you want to automate

with Supabase Management API and Docusign Developer?

Prompt, edit and deploy AI agents that connect to Supabase Management API, Docusign Developer 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
Create Project with Supabase Management API API on New Change in Envelope Status from Docusign Developer API
Docusign Developer + Supabase Management API
 
Try it
Create Project with Supabase Management API API on New Folder from Docusign Developer API
Docusign Developer + Supabase Management API
 
Try it
Create Signature Request with Docusign Developer API on New Backup Completed from Supabase Management API API
Supabase Management API + Docusign Developer
 
Try it
Generate TypeScript Types with Supabase Management API API on New Change in Envelope Status from Docusign Developer API
Docusign Developer + Supabase Management API
 
Try it
Generate TypeScript Types with Supabase Management API API on New Folder from Docusign Developer API
Docusign Developer + Supabase Management API
 
Try it
New Change in Envelope Status from the Docusign Developer API

Emit new event when an envelope's status is updated

 
Try it
New Backup Completed from the Supabase Management API API

Emit new event when a database backup is completed for a project. See the documentation

 
Try it
New Folder from the Docusign Developer API

Emit new event when a new folder is created

 
Try it
Create Project with the Supabase Management API API

Creates a new Supabase project within a specified organization. See the documentation

 
Try it
Create Signature Request with the Docusign Developer API

Creates a signature request from a template See the documentation

 
Try it
Generate TypeScript Types with the Supabase Management API API

Generates TypeScript types based on the current database schema for a specified Supabase project. See the documentation

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

Connect Supabase Management API

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: {
    supabase_management_api: {
      type: "app",
      app: "supabase_management_api",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.supabase.com/v1/organizations`,
      headers: {
        Authorization: `Bearer ${this.supabase_management_api.$auth.oauth_access_token}`,
        "Accept": `application/json`,
      },
    })
  },
})

Overview of Docusign Developer

The DocuSign Developer API enables automation around electronic agreements, signatures, and approval processes. It's a powerful tool for streamlining document workflows, allowing you to create, send, and manage documents programmatically. With Pipedream, you can harness this capability to integrate DocuSign seamlessly with other services, triggering actions based on document status, automating follow-ups, syncing data with CRM systems, and more.

Connect Docusign Developer

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