Slack "Reply to a Message"

The Slack node isn’t replying as a thread when provided the timestamp.

I am not getting any error message. Here is the output from Slack.

[
  {
    "ok": true,
    "channel": "C08EF1BE8T1",
    "message": {
      "user": "U091KT79S8H",
      "type": "message",
      "ts": "1749757010.780589",
      "bot_id": "B091KT77A3T",
      "app_id": "A08HWA35DHU",
      "text": "reply to thread?",
      "team": "T0257439Y",
      "bot_profile": {
        "id": "B091KT77A3T",
        "app_id": "A08HWA35DHU",
        "user_id": "U091KT79S8H",
        "name": "n8n",
        "icons": {
          "image_36": "https://a.slack-edge.com/80588/img/plugins/app/bot_36.png",
          "image_48": "https://a.slack-edge.com/80588/img/plugins/app/bot_48.png",
          "image_72": "https://a.slack-edge.com/80588/img/plugins/app/service_72.png"
        },
        "deleted": false,
        "updated": 1749751584,
        "team_id": "T0257439Y"
      },
      "blocks": [
        {
          "type": "rich_text",
          "block_id": "m658o",
          "elements": [
            {
              "type": "rich_text_section",
              "elements": [
                {
                  "type": "text",
                  "text": "reply to thread?"
                }
              ]
            }
          ]
        }
      ]
    },
    "message_timestamp": "1749757010.780589"
  }
]

Workflow

Share the output returned by the last node

Information on your n8n setup

  • Version: 1.82.1
  • Database (default: SQLite):
  • Running n8n via Docker:
  • OS: Mac 15.5 (24F74)

Hey @Hart

It working okay for me using “{{ $json.message_timestamp }}”

Which version are you using? Maybe try with the above?

Samuel

1 Like

It’s version * Version: 1.82.1.

Thanks, I’ll try that.

1 Like

Thanks! That solved it.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.