What do you want to automate

with Passcreator and Beaconchain?

Prompt, edit and deploy AI agents that connect to Passcreator, Beaconchain 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
Get Epoch with Beaconchain API on New Pass Marked Voided (Instant) from Passcreator API
Passcreator + Beaconchain
 
Try it
Get Epoch with Beaconchain API on New Pass Scanned (Instant) from Passcreator API
Passcreator + Beaconchain
 
Try it
Get Epoch with Beaconchain API on New Wallet Pass Created (Instant) from Passcreator API
Passcreator + Beaconchain
 
Try it
Get Execution Blocks with Beaconchain API on New Pass Marked Voided (Instant) from Passcreator API
Passcreator + Beaconchain
 
Try it
Get Execution Blocks with Beaconchain API on New Pass Scanned (Instant) from Passcreator API
Passcreator + Beaconchain
 
Try it
New Pass Marked Voided (Instant) from the Passcreator API

Emit new event when a pass is marked as voided. See the documentation

 
Try it
New Pass Scanned (Instant) from the Passcreator API

Emits a new event when a new app scan has been recorded in Passcreator. See the documentation

 
Try it
New Wallet Pass Created (Instant) from the Passcreator API

Emit new event when a new wallet pass is created. See the documentation

 
Try it
Get Epoch with the Beaconchain API

Returns information for a specified epoch by the epoch number or an epoch tag (can be latest or finalized). See the documentation

 
Try it
Get Execution Blocks with the Beaconchain API

Retrieve execution blocks by execution block number. See the documentation

 
Try it
Get Slots with the Beaconchain API

Returns all slots for a specified epoch. See the documentation

 
Try it
Get Validators with the Beaconchain API

Returns information for all validators up to 100 by index or public key. See the documentation

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

Overview of Passcreator

The Passcreator API lets you automate the creation, management, and distribution of mobile wallet content, such as coupons, membership cards, and event tickets. Within Pipedream, this API becomes a powerful tool to connect with other services, streamlining your marketing and customer engagement efforts. By blending the API's functionality with Pipedream's ability to integrate with countless services, you can create dynamic, personalized wallet items and distribute them based on user behavior, events, or data from other apps.

Connect Passcreator

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

Connect Beaconchain

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: {
    beaconchain: {
      type: "app",
      app: "beaconchain",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.beaconchain.$auth.url}/api/v1/slot/1`,
      headers: {
        "apikey": `${this.beaconchain.$auth.api_key}`,
      },
    })
  },
})

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