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": "TeamRetro: Kudos \u2192 Slack shout-out",
"nodes": [
{
"id": "tr0300-0000-0000-0000-000000000001",
"name": "Setup",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-60,
40
],
"parameters": {
"width": 460,
"height": 300,
"color": 4,
"content": "## Setup\n\n**API key:** not needed \u2014 the payload carries everything.\n\n1. Open **TeamRetro Trigger** \u2192 copy its **Production URL**.\n2. In TeamRetro: **Settings \u2192 Integrations \u2192 Webhooks \u2192 Add webhook**.\n - Paste the URL, tick **Kudos Created**.\n - Copy the **signing secret** into the trigger's *Signing Secret* field.\n3. Pick the Slack channel, then **activate**.\n\nThe smallest useful example in this folder \u2014 one trigger, one destination. Swap Slack for Teams, Discord, or email without touching anything else."
}
},
{
"id": "tr0300-0000-0000-0000-000000000002",
"name": "TeamRetro Trigger",
"type": "n8n-nodes-teamretro.teamRetroTrigger",
"typeVersion": 1,
"position": [
460,
160
],
"parameters": {
"events": [
"kudos.created"
],
"signingSecret": ""
}
},
{
"id": "tr0300-0000-0000-0000-000000000003",
"name": "Post to Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.3,
"position": [
700,
160
],
"parameters": {
"select": "channel",
"channelId": {
"__rl": true,
"mode": "name",
"value": "#kudos"
},
"text": "=:tada: *{{ $json.data.kudos.sender ? $json.data.kudos.sender.name : 'Someone' }}* gave kudos to *{{ $json.data.kudos.recipient ? $json.data.kudos.recipient.name : 'a teammate' }}* in {{ $json.data.kudos.team.name }}\n\n> {{ $json.data.kudos.title }}",
"otherOptions": {}
}
}
],
"connections": {
"TeamRetro Trigger": {
"main": [
[
{
"node": "Post to Slack",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
TeamRetro: Kudos → Slack shout-out. Uses n8n-nodes-teamretro, slack. Event-driven trigger; 3 nodes.
Source: https://github.com/TeamRetroHQ/n8n-nodes-teamretro/blob/main/examples/03-kudos-to-slack.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.
TeamRetro: Retro completed → Slack digest. Uses n8n-nodes-teamretro, slack. Event-driven trigger; 4 nodes.
This template is for teams using n8n in production who want immediate visibility into workflow failures. It’s ideal for DevOps teams, automation engineers, and operations teams who need reliable error
Flow. Uses hubspotTrigger, hubspot, slack, airtable. Event-driven trigger; 7 nodes.
Inventory + Waste Tracker — [Client Name]. Uses googleSheetsTrigger, slack, googleSheets. Event-driven trigger; 7 nodes.
Report N8N Workflow Errors To Slack. Uses slack, errorTrigger, stickyNote. Event-driven trigger; 5 nodes.