What do you want to automate

with Workday and GoCardless Bank Account Data (formerly Nordigen)?

Prompt, edit and deploy AI agents that connect to Workday, GoCardless Bank Account Data (formerly Nordigen) 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
Change Business Title with Workday API on New Transaction from GoCardless Bank Account Data (formerly Nordigen) API
GoCardless Bank Account Data (formerly Nordigen) + Workday
 
Try it
Create Job Change with Workday API on New Transaction from GoCardless Bank Account Data (formerly Nordigen) API
GoCardless Bank Account Data (formerly Nordigen) + Workday
 
Try it
Create Requisition Link with GoCardless Bank Account Data (formerly Nordigen) API on New Worker Created from Workday API
Workday + GoCardless Bank Account Data (formerly Nordigen)
 
Try it
Delete Requisition Link with GoCardless Bank Account Data (formerly Nordigen) API on New Worker Created from Workday API
Workday + GoCardless Bank Account Data (formerly Nordigen)
 
Try it
Get Account Balances with GoCardless Bank Account Data (formerly Nordigen) API on New Worker Created from Workday API
Workday + GoCardless Bank Account Data (formerly Nordigen)
 
Try it
New Worker Created from the Workday API

Emit new event for each new worker created in Workday. See the documentation

 
Try it
New Transaction from the GoCardless Bank Account Data (formerly Nordigen) API

Emit new event when a transaction occurs

 
Try it
Change Business Title with the Workday API

Change the business title of a worker. See the documentation

 
Try it
Create Requisition Link with the GoCardless Bank Account Data (formerly Nordigen) API

Create a requisition link and id to be used in other Nordigen actions. See the docs

 
Try it
Create Job Change with the Workday API

Create a job change for a worker. See the documentation

 
Try it
Delete Requisition Link with the GoCardless Bank Account Data (formerly Nordigen) API

Delete requisition and its end user agreement. See the docs

 
Try it
Get Worker with the Workday API

Get a worker. See the documentation

 
Try it
Integrate the Workday API with the GoCardless Bank Account Data (formerly Nordigen) API
Setup the Workday API trigger to run a workflow which integrates with the GoCardless Bank Account Data (formerly Nordigen) API. Pipedream's integration platform allows you to integrate Workday and GoCardless Bank Account Data (formerly Nordigen) remarkably fast. Free for developers.

Connect Workday

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

Overview of GoCardless Bank Account Data (formerly Nordigen)

The GoCardless Bank Account Data API furnishes you with the ability to access enriched banking data, enabling the creation of financial insights and streamlining customer verification processes. By integrating this API with Pipedream, you can automate various tasks involving bank account transactions and customer data analysis. For instance, you might set up workflows to monitor transactions for accounting purposes, verify customer account details for KYC compliance, or aggregate financial data to provide personalized financial advice.

Connect GoCardless Bank Account Data (formerly Nordigen)

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: {
    nordigen: {
      type: "app",
      app: "nordigen",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://bankaccountdata.gocardless.com/api/v2/institutions/`,
      headers: {
        Authorization: `Bearer ${this.nordigen.$auth.oauth_access_token}`,
        "accept": `application/json`,
      },
    })
  },
})

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