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 3 \u00b7 Get Rates",
"nodes": [
{
"parameters": {},
"id": "trigger-rates",
"name": "Execute Workflow",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "shipping",
"operation": "getRates",
"accountNumber": "0C395V",
"shipperAddressLine1": "1 Yonge St",
"shipperCity": "Toronto",
"shipperStateProvinceCode": "ON",
"shipperPostalCode": "M5E1E5",
"shipperCountryCode": "CA",
"shipToAddressLine1": "555 W Hastings St",
"shipToCity": "Vancouver",
"shipToStateProvinceCode": "BC",
"shipToPostalCode": "V6B4N6",
"shipToCountryCode": "CA",
"weight": 2,
"weightUnit": "KGS"
},
"id": "ups-rates",
"name": "UPS Get Rates",
"type": "@nodrel-dev/n8n-nodes-ups.ups",
"typeVersion": 1,
"position": [
240,
0
],
"credentials": {
"upsOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Execute Workflow": {
"main": [
[
{
"node": "UPS Get Rates",
"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 3 · Get Rates. Uses @nodrel-dev/n8n-nodes-ups. Event-driven trigger; 2 nodes.
Source: https://github.com/nodrel-dev/n8n-ups-node/blob/main/test/workflows/03-get-rates.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.
UPS · Gate 1 · Track. Uses @nodrel-dev/n8n-nodes-ups. Event-driven trigger; 2 nodes.
UPS · Gate 4a · Create (domestic CA, GIF label). Uses @nodrel-dev/n8n-nodes-ups. Event-driven trigger; 2 nodes.
UPS · Gate 4b · Create (international CA→US, label + customs PDF). Uses @nodrel-dev/n8n-nodes-ups. Event-driven trigger; 2 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.