The CreatorCon Call for Content is officially open! Get started here.

How to post slack message in thread of previous message on the channel? Flow designer

aakankshapl
Tera Expert

Hello all,

We have created a flow using slack scope where we are posting a message in slack channel so after waiting of 2 hours another message should get post on previous message thread on the same channel.

Please help me on this!!!
Thank you in advance.

aakankshapl_0-1758365579788.png

aakankshapl_1-1758365806800.png

aakankshapl_3-1758366048764.png

 

 

12 REPLIES 12

@kaushal_snow
For now I updated my task record manulay with one of my previous message time stamp and added use that timestamp on the message by using data pill. Still the message is posting individually and not as thread.
Please help me with this!!

aakankshapl_3-1758382299948.png

aakankshapl_1-1758382151546.png

 

nityabans27
Giga Guru

@aakankshapl,

Steps in Flow Designer

  1. Trigger → Event of your choice (e.g., Incident Created).

  2. Action 1Slack – Post Message to Channel

    • Input: Channel, Message text.

    • Capture output: ts (message timestamp).

  3. Flow LogicWait

    • Duration: 2 hours.

  4. Action 2Slack – Post Message to Channel

    • Input: Same Channel.

    • Message text: Follow-up content.

    • Advanced input: thread_ts = ts from Action 1 output.


Key Notes

  • Without thread_ts, message will post as a new thread.

  • Ensure Slack app has chat:write scope for both channels and threads.

  • Add error handling in case Action 1 fails (no ts available).

@nityabans27 

In this 2nd action can you tell me where to use the thread_ts

aakankshapl_0-1758436829386.png