- Home
- Resources
- Integrations
- Workday Financial Management
Workday Financial Management Make integrationAutomate Workday Financial Management with Make.
Can Make handle Workday supplier invoices without code? The Workday Financial Management Make integration has 11 modules, 6 actions and 5 searches. Here, finance ops teams learn to connect their account and build a first scenario.
Enterprise app This app is reserved to Make's Enterprise plan.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Workday Financial Management Make integration do?
The Workday Financial Management Make integration links your Workday tenant to Make, a no-code tool where you build a scenario: a chain of modules that runs on a schedule or when another app calls Make. Each module is one brick, here a search or an action on your supplier invoices, currencies, reports or Workday APIs. You pick the bricks, Make runs them.
Supplier invoices keyed in once. When an invoice lands in another tool your accounts payable team uses, Create a Supplier Invoice records it in Workday, and Update a Supplier Invoice corrects it later by its ID. Nobody retypes it between two screens.
Invoice data sent where people read it. Search Supplier Invoices pulls the invoices that match your criteria, and Get Supplier Invoices fetches specific ones with their attachment data. A controller can then share them in the spreadsheet or chat tool the team already opens.
Reports and queries on demand. Get a RaaS Report reads a Workday report from its URL, and Run a WQL Query runs a query in the Workday Query Language. Both need an OAuth2 connection, like Make a REST API Call.
What Make does not do here: the app has no trigger, so Workday never starts a scenario by itself, and the first module is a schedule or another app. The app is also reserved to the Make Enterprise plan (see Make pricing). Weighing two tools? Read n8n vs Make. New to the editor? Make training walks you through it.
How do you connect Workday Financial Management to Make?
- 01
Add a Workday module
Open your scenario, click the +, search for Workday Financial Management and pick any of its modules. In the module panel, click Create a connection. A connection is your Workday account linked to Make once, then reused by every Workday module.
- 02
Name the connection
Give the connection a name if you like, for example the tenant it points to. It is optional, but it helps once a team shares several connections. Think ahead here: three modules only accept an OAuth2 connection.
- 03
Authorize and save
Authorize Make on the Workday page that opens (OAuth), or paste the key Workday gives you, then click Save. From then on, Make lists what it can read in your tenant while you fill the module fields.
Your first scenario: log a supplier invoice in Workday
GoalWhen a supplier invoice arrives in another app, Make creates it in Workday Financial Management.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Since Workday has no trigger, this first bubble belongs to the app where your invoices arrive.
- 02
Set up the starting module
Search that app by name, choose the module that brings in new invoices and click Create a connection to link its account. Fill its fields; Make lists what it can read.
- 03
Add Create a Supplier Invoice
Click the + on the right of the first module, search Workday Financial Management and pick Create a Supplier Invoice. Connect your Workday account the way the section above describes.
- 04
Map the invoice data
Fill the Workday module by mapping data from the previous module: each value of the incoming invoice goes into the matching Workday field. Every bundle, one item passed between modules, becomes one invoice.
- 05
Test with Run once
Click Run once to run the scenario a single time. Open the bundles each module received, then look for the new supplier invoice in Workday before going further.
- 06
Schedule and switch on
Open Scheduling on the first module. A new scenario runs every 15 minutes by default; keep that or change it, then switch the scenario on.
What each Workday Financial Management module does
Workday Financial Management gives you 11 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Supplier Invoices
5 modulesSearch Supplier Invoices
SearchIn Make“Retrieves a list of supplier invoices filtered by criteria.”
Get every supplier invoice in Workday that matches the criteria you set, each one delivered as a separate bundle. It is the right starting point when you do not know the invoice IDs yet.
Create a Supplier Invoice
ActionIn Make“Creates a new supplier invoice.”
Record a new supplier invoice in Workday straight from the data of an earlier module, so nobody types it twice. The invoice exists in your tenant as soon as the module runs.
Get Supplier Invoices
SearchIn Make“Retrieves a list of supplier invoices with attachment data by their IDs.”
Fetch specific supplier invoices by their IDs, attachment data included, when you already know which ones you need. Unlike Search Supplier Invoices, it does not filter: you hand it the IDs, it brings back the invoices.
Update a Supplier Invoice
ActionIn Make“Updates a supplier invoice by its ID.”
Correct a supplier invoice already in Workday without opening it by hand: the module finds it by its ID and applies the changes you map into it.
Cancel a Supplier Invoice
ActionIn Make“Cancels an existing supplier invoice by its ID.”
Take a duplicate or a mistaken invoice out of play: the module cancels the supplier invoice you point to by its ID, and your payables stay clean.
Other
6 modulesFor a list of available web services, their URLs, and request and response types, refer to the Workday Web Services Directory.
For a list of available web services, their URLs, and request and response types, refer to the Workday Web Services Directory.
For a list of available endpoints, refer to the Workday Financial Management API documentation.
For information regarding WQL, refer to the Workday Query Language (WQL) Community guide. If you do not have access to Workday Community, you can request a community account.
List Currencies
SearchIn Make“Retrieves all existing currencies in a tenant.”
See every currency your Workday tenant knows, one bundle per currency, so your scenario can check a value before using it.
Make a SOAP API Call
ActionIn Make“Performs an arbitrary authorized SOAP API call.”
Reach the Workday web services the ready-made modules skip, with an authorized SOAP call that reuses your existing connection.
Make a SOAP API Call (Advanced)
ActionIn Make“Performs an arbitrary authorized API call.”
A second route for calling Workday over SOAP: Make presents this module as the advanced version, an arbitrary authorized API call made with your connection.
Make a REST API Call
ActionIn Make“Performs an arbitrary authorized REST API call. Can only be used with an OAuth2 connection.”
Call the Workday REST endpoints with the connection you already have, handy when the data you want sits behind the REST API rather than a SOAP service.
Run a WQL Query
SearchIn Make“Runs a WQL Query. Can only be used with an OAuth2 connection.”
The answer to a query written in WQL, the Workday Query Language, lands in your scenario as bundles that the next modules can reuse.
Get a RaaS Report
SearchIn Make“Retrieves a RaaS report by the report URL. Can only be used with an OAuth2 connection.”
Pull the data of a Workday RaaS report into your scenario: you give the module the report URL, it fetches the report for the next steps.
Need help automating Workday Financial Management with Make?
A person reads every message.