Skip to content

slack trigger isn't working #12789

Description

@tylerqr

Slack Trigger node is broken

Image trying my webhook urls for both production and testing on my slack trigger node in slack, slack says n8n keeps responding with HTTP error. ## What is the error message (if any)?

Literally stuck on the first node when trying out n8n

Image

Please share your workflow/screenshots/recording

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

{
"nodes": [
{
"parameters": {
"trigger": [
"message"
],
"channelId": {
"__rl": true,
"value": "C01GDR3F4BD",
"mode": "id"
},
"options": {}
},
"type": "n8n-nodes-base.slackTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "f2faedd3-4303-49c8-814f-d708e075afc5",
"name": "Slack Trigger",
"webhookId": "08c8ef0c-7187-4732-a6d0-51352495b289",
"credentials": {
"slackApi": {
"id": "JF5lcy1ymRW8DZnA",
"name": "Slack account"
}
}
}
],
"connections": {},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "a73fd295cab82fa420e6d9a25c8565695f43a6dca08ebc31ffdd75f3c7435d5a"
}
}

Share the output returned by the last node

Debug info

core

  • n8nVersion: 1.75.2
  • platform: npm
  • nodeJsVersion: 20.18.1
  • database: sqlite
  • executionMode: regular
  • concurrency: 5
  • license: community

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 168 hours
  • maxCount: 2500 executions

client

  • userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/131.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-01-22T16:03:29.445Z}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions