What do you want to automate

with signNow and Coinbase?

Prompt, edit and deploy AI agents that connect to signNow, Coinbase 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 Document From Template with signNow API on New Transactions from Coinbase API
Coinbase + signNow
 
Try it
Place Buy Order with Coinbase API on Completed Document (Instant) from signNow API
signNow + Coinbase
 
Try it
Place Buy Order with Coinbase API on Updated Document (Instant) from signNow API
signNow + Coinbase
 
Try it
Prefill Text Fields with signNow API on New Transactions from Coinbase API
Coinbase + signNow
 
Try it
Send Field Invite with signNow API on New Transactions from Coinbase API
Coinbase + signNow
 
Try it
Completed Document (Instant) from the signNow API

Emit new event when all signers have filled in and signed the document. See the documentation

 
Try it
New Transactions from the Coinbase API

New Transactions. See the docs here

 
Try it
Updated Document (Instant) from the signNow API

Emit new event when a document has been updated. See the documentation

 
Try it
Create Document From Template with the signNow API

Creates a new document copy out of a template. See the documentation

 
Try it
Place Buy Order with the Coinbase API

Places a buy order

 
Try it
Prefill Text Fields with the signNow API

Adds values to fields that the signers can later edit when they receive the document for signature. See the documentation

 
Try it
Withdraw Funds with the Coinbase API

Withdraw funds

 
Try it
Send Field Invite with the signNow API

Creates and sends a field invite to sign a document. See the documentation

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

Connect signNow

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

Overview of Coinbase

The Coinbase API on Pipedream allows you to craft automated workflows that can manage your cryptocurrency assets efficiently. Through the API, you can get real-time information about exchange rates, your transaction history, and account balances. Automate buying and selling decisions based on set criteria, receive notifications for price changes, and synchronize your Coinbase data with other financial tracking tools.

Connect Coinbase

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: {
    coinbase: {
      type: "app",
      app: "coinbase",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.coinbase.com/v2/user`,
      headers: {
        Authorization: `Bearer ${this.coinbase.$auth.oauth_access_token}`,
        "CB-VERSION": "2021-11-16",
      },
    })
  },
})

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