How to post slack message in thread of previous message on the channel? Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
@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!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
H @aakankshapl,
Steps in Flow Designer
Trigger → Event of your choice (e.g., Incident Created).
Action 1 → Slack – Post Message to Channel
Input: Channel, Message text.
Capture output: ts (message timestamp).
Flow Logic → Wait
Duration: 2 hours.
Action 2 → Slack – 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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago