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: Retro completed \u2192 Slack digest",
"nodes": [
{
"id": "tr0100-0000-0000-0000-000000000001",
"name": "Setup",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-60,
40
],
"parameters": {
"width": 460,
"height": 340,
"color": 4,
"content": "## Setup\n\n**API key:** team-scoped (`trt_`) or account-scoped (`tra_`).\n\n1. Open **TeamRetro Trigger** \u2192 copy its **Production URL** (Webhook URLs tab).\n2. In TeamRetro: **Settings \u2192 Integrations \u2192 Webhooks \u2192 Add webhook**.\n - Paste the URL as the Endpoint URL.\n - Tick **Retrospective Completed**.\n - Copy the **signing secret** back into the trigger's *Signing Secret* field.\n3. Pick your TeamRetro credential on **Get Retro Report**.\n4. Pick the Slack channel, then **activate** the workflow.\n\nTest with **Send test** in TeamRetro \u2014 n8n's *Listen for test event* uses a different (Test) URL and will not receive deliveries."
}
},
{
"id": "tr0100-0000-0000-0000-000000000002",
"name": "TeamRetro Trigger",
"type": "n8n-nodes-teamretro.teamRetroTrigger",
"typeVersion": 1,
"position": [
460,
160
],
"parameters": {
"events": [
"retrospective.completed"
],
"signingSecret": ""
}
},
{
"id": "tr0100-0000-0000-0000-000000000003",
"name": "Get Retro Report",
"type": "n8n-nodes-teamretro.teamRetro",
"typeVersion": 1,
"position": [
700,
160
],
"parameters": {
"resource": "retrospective",
"operation": "getReport",
"meetingSlug": {
"__rl": true,
"mode": "id",
"value": "={{ $json.data.retrospective.id }}"
}
}
},
{
"id": "tr0100-0000-0000-0000-000000000004",
"name": "Post to Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.3,
"position": [
940,
160
],
"parameters": {
"select": "channel",
"channelId": {
"__rl": true,
"mode": "name",
"value": "#retros"
},
"text": "=:white_check_mark: *{{ $('TeamRetro Trigger').item.json.data.retrospective.title }}* wrapped up for *{{ $('TeamRetro Trigger').item.json.data.retrospective.team.name }}*\n\n{{ $json.markdown }}",
"otherOptions": {}
}
}
],
"connections": {
"TeamRetro Trigger": {
"main": [
[
{
"node": "Get Retro Report",
"type": "main",
"index": 0
}
]
]
},
"Get Retro Report": {
"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: Retro completed → Slack digest. Uses n8n-nodes-teamretro, slack. Event-driven trigger; 4 nodes.
Source: https://github.com/TeamRetroHQ/n8n-nodes-teamretro/blob/main/examples/01-retro-completed-slack-digest.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: Kudos → Slack shout-out. Uses n8n-nodes-teamretro, slack. Event-driven trigger; 3 nodes.
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
02-if-branches. Uses slack, httpRequest. Event-driven trigger; 8 nodes.
This workflow monitors a Google Sheets payment list for new French suppliers, verifies each supplier’s SIREN (and optional IBAN) with Sirenic’s French Pack checks, then logs approved suppliers back to
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