What do you want to automate

with Coinbase Developer Platform and Delighted?

Prompt, edit and deploy AI agents that connect to Coinbase Developer Platform, Delighted 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
Sending to People with Delighted API on New Wallet Event (Instant) from Coinbase Developer Platform API
Coinbase Developer Platform + Delighted
 
Try it
New Wallet Event (Instant) from the Coinbase Developer Platform API

Emit new event for each new wallet event. See the documentation

 
Try it
Sending to People with the Delighted API

Create or update a person and send a survey email. See the docs here

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

Connect Coinbase Developer Platform

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import { Coinbase, Wallet } from "@coinbase/coinbase-sdk";

export default defineComponent({
  props: {
    coinbase_developer_platform: {
      type: "app",
      app: "coinbase_developer_platform",
    }
  },
  async run({ steps, $ }) {
    const apiKeyName = this.coinbase_developer_platform.$auth.api_key_id;
    const privateKey = this.coinbase_developer_platform.$auth.secret_key
    Coinbase.configure({ apiKeyName: apiKeyName, privateKey: privateKey });
    return Wallet.listWallets();
  },
})

Overview of Delighted

Delighted API on Pipedream lets you automate and integrate customer feedback into various aspects of your business processes. Utilize real-time survey responses to trigger actions, manage contacts, and streamline follow-ups. With a mix of webhooks and API calls, you can react promptly to customer sentiment, categorize feedback, and enhance customer experience by connecting insights to your CRM, support, and product management tools.

Connect Delighted

1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = defineComponent({
  props: {
    delighted: {
      type: "app",
      app: "delighted",
    }
  },
  async run({steps, $}) {
    const delighted = require('delighted')(this.delighted.$auth.api_key)
    
    return await delighted.metrics.retrieve()
  },
})

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