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": "FedEx 2 \u2014 Validate address",
"nodes": [
{
"parameters": {},
"id": "a1111111-1111-1111-1111-111111111111",
"name": "When clicking 'Test workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
300,
300
]
},
{
"parameters": {
"resource": "shipping",
"operation": "validate",
"authentication": "fedexShippingOAuth2Api",
"addressStreetLines": "7372 PARKRIDGE BLVD",
"addressCity": "IRVING",
"addressStateOrProvinceCode": "TX",
"addressPostalCode": "75063",
"addressCountryCode": "US"
},
"id": "b2222222-2222-2222-2222-222222222222",
"name": "FedEx",
"type": "@nodrel-dev/n8n-nodes-fedex.fedex",
"typeVersion": 1,
"position": [
560,
300
],
"credentials": {
"fedexShippingOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking 'Test workflow'": {
"main": [
[
{
"node": "FedEx",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
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.
fedexShippingOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FedEx 2 — Validate address. Uses @nodrel-dev/n8n-nodes-fedex. Event-driven trigger; 2 nodes.
Source: https://github.com/nodrel-dev/n8n-fedex-node/blob/main/docs/test-workflows/fedex-2-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.