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 →
{
"id": 14,
"name": "Onfleet Driver signup message in Slack",
"nodes": [
{
"name": "Onfleet Trigger",
"type": "n8n-nodes-base.onfleetTrigger",
"position": [
460,
300
],
"parameters": {
"triggerOn": "workerCreated",
"additionalFields": {}
},
"credentials": {
"onfleetApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Slack",
"type": "n8n-nodes-base.slack",
"position": [
680,
300
],
"parameters": {
"text": "A new driver has signed up!",
"channel": "#new-driver-signup",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"slackApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Onfleet Trigger": {
"main": [
[
{
"node": "Slack",
"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.
onfleetApislackApi
About this workflow
Onfleet Driver signup message in Slack. Uses onfleetTrigger, slack. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →