How to Respond into a Thread

Describe the issue/error/question

I currently have a Workflow which is starting from a Bot Message in a Slack Channel.
From that Message, I’m Creating a Jira Ticket.

Cherry on the Cake would now be, that i reply by opening a Thread from the starting Message with the Ticket number.

I know how Threading in Slack works but I’m not sore if the Node can do that.

I did not really see it so my Question is, can the node Reply to a Message in a Thread if not, I have to use an HTTP node right?

Every post is very much appreciated

BR and have a great day
Benji

Information on your n8n setup

  • n8n version: 0.210.2
  • Database you’re using (default: SQLite): Postgre
  • Running n8n with the execution process [own(default), main]: default
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker

Hey @Benjamin_Exner,

I wasn’t sure so I just took a look and when you use Message > Post there is an option for “Make Reply” where you can put the ts value of the message you want to reply to. Maybe this is what you are looking for.

1 Like

Hi @Jon ,

thank you very much, i completely overlooked this and as the ts value is mentioned, it seems to be exactly what I was looking for,

Will try and Thank you very much :bowing_man:

BR
Benjamin

1 Like

Worked like a charm :-). Thank you!

1 Like

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