Skip to main content

Verify Australian supplier ABNs with ABR, Google Sheets and Gmail

Workflow preview

Workflow preview
100%
Verify Australian supplier ABNs with ABR, Google Sheets and Gmail preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow collects supplier onboarding details via an n8n Form, verifies the provided ABN against the Australian Business Register (ABR) API, and for active ABNs saves the suppli...

Best for

  • HR automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.form, n8n-nodes-base.formtrigger, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Arbaz Asif.

Original n8n.io source

1.1 Workflow description

Title
Verify Australian supplier ABNs with ABR, Google Sheets and Gmail
Workflow name
Verify Australian supplier ABNs with ABR, Google Sheets and Gmail

Quick Overview

This workflow collects supplier onboarding details via an n8n Form, verifies the provided ABN against the Australian Business Register (ABR) API, and for active ABNs saves the supplier to Google Sheets and notifies your team via Gmail while showing the supplier a success or rejection page.

How it works

  1. Receives a supplier submission from an n8n Form with business and contact details, including an ABN.
  2. Cleans and normalizes the submitted fields (for example, removing spaces/dashes from the ABN).
  3. Calls the Australian Business Register (ABR) “AbnDetails” endpoint to look up the ABN using your ABR GUID.
  4. Parses the ABR callback response to extract key fields such as ABN status, entity name, entity type, GST date, and address details.
  5. Checks whether the ABR status is “Active” and routes inactive or unverified ABNs to a rejection completion page.
  6. Appends verified supplier details and ABR response fields to a Google Sheets supplier register for active ABNs.
  7. Sends a Gmail notification with the verified supplier details to your team and then displays a success completion page to the supplier.

Setup

  1. Create an ABR GUID and replace the masked GUID value in the ABR lookup request parameters.
  2. Connect a Google Sheets OAuth2 credential and update the target spreadsheet/document and sheet tab used for the supplier register.
  3. Connect a Gmail OAuth2 credential and set the recipient email address for the team notification message.
  4. Review and publish the n8n Form fields and use the provided form URL wherever you collect supplier onboarding submissions.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Note: Step 1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Note: Step 2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Note: Step 3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Note: Step 4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Note: Step 5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Prepare Form Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - ABR Lookup

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Extract ABR Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - ABN Active?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 11 - Save to Supplier Register

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 12 - Show Success Page

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 13 - Show ABN Inactive Page

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 14 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 15 - Note: Step

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Notify Team

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 17 - Note: Step 6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Note: Step 7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Verify Australian supplier ABNs with ABR, Google Sheets and Gmail
Complexity advanced
Nodes 18
Categories HR
Author Arbaz Asif
Published 10 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16241/16241.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Verify Australian supplier ABNs with ABR, Google Sheets and Gmail do?

Quick Overview This workflow collects supplier onboarding details via an n8n Form, verifies the provided ABN against the Australian Business Register (ABR) API, and for active ABNs saves the suppli...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR use case.