The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "UPS \u00b7 Gate 2 \u00b7 Validate Address",
"nodes": [
{
"parameters": {},
"id": "trigger-validate",
"name": "Execute Workflow",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "address",
"operation": "validate",
"addressLine1": "2880 Junction Ave",
"city": "San Jose",
"stateProvinceCode": "CA",
"postalCode": "95134",
"countryCode": "US"
},
"id": "ups-validate",
"name": "UPS Validate",
"type": "@nodrel-dev/n8n-nodes-ups.ups",
"typeVersion": 1,
"position": [
240,
0
],
"credentials": {
"upsOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Execute Workflow": {
"main": [
[
{
"node": "UPS Validate",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"active": false
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
upsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
UPS · Gate 2 · Validate Address. Uses @nodrel-dev/n8n-nodes-ups. Event-driven trigger; 2 nodes.
Source: https://github.com/nodrel-dev/n8n-ups-node/blob/main/test/workflows/02-validate.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
A minimal workflow to convert a Revit/IFC/DWG project into analysis-ready XLSX (and optional DAE) with a single run. Set two variables, execute, and the converter does the rest. Inputs: and (RVT/IFC/D
Description:
Convert Document for Knowledge Base. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.
Convert Image Format. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.
Convert The Json Data Received From The Cocktaildb Api In Xml. Uses manualTrigger, httpRequest, xml. Event-driven trigger; 3 nodes.