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 →
{
"nodes": [
{
"name": "Discord",
"type": "n8n-nodes-base.discord",
"position": [
680,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Onfleet Trigger",
"type": "n8n-nodes-base.onfleetTrigger",
"position": [
460,
300
],
"parameters": {
"triggerOn": "taskStarted",
"additionalFields": {}
},
"credentials": {
"onfleetApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"connections": {
"Onfleet Trigger": {
"main": [
[
{
"node": "Discord",
"type": "main",
"index": 0
}
]
]
}
}
}
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.
onfleetApi
About this workflow
Send A Discord Message When A Certain Onfleet Event Happens. Uses discord, onfleetTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →