Context :
I there, I am actually learning n(n and AI agent and on use case I try to cover is to be abel to assist a user for creating request in JIRA JSM from Slack.
Describe the problem/error/question
The main question I have so far is that for handling slack message, you can specify the type of trigger you want to use for slack and I face to 2 main choice .
1 New message in Channel
2 Bot mentionned
Actually the workflow I build is able to receive trigger from new message in channel, teh way I have set it up so far in test mode. But when I publish my workflow the trigger is looping because when the chat reply to the user for more information, the replay is detected as a new channel message.
So the behavior is quite normal I would say.
So from that point I have 2 options :
1- Filter the both message from input trigger
2 -Change the Triger type to bot mention
Question :
What is the best approach in terms of user experience from slack to post his message :
1 - Does use will be suitable enough to mention the bot before each message inside a dedicated channel ?
2 - Is it better to send a Direct Message to bo user ?
Thanks for sharing your thought
Information on your n8n setup
- n8n version: -
- Database (default: SQLite): -
- n8n EXECUTIONS_PROCESS setting (default: own, main): -
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker container
- Operating system: Windows 11