Hi,
is there a way to achieve functionality in mattermost , i have multiple channels, i want to get all channels chats to a single channel like this
username1 7:57 PM
#channel1 : message
username2 8:57 PM
#channel2 : message
Hi,
is there a way to achieve functionality in mattermost , i have multiple channels, i want to get all channels chats to a single channel like this
username1 7:57 PM
#channel1 : message
username2 8:57 PM
#channel2 : message
Hi @Dev12, thanks for sharing your question! While Mattermost doesn’t have a built-in feature to consolidate messages from multiple channels into a single channel, you might consider using webhooks or exploring integrations to achieve a similar functionality. Additionally, we’d love to hear your idea! Feel free to share it on our UserVoice forum so others can vote on it and our team can review it!
Hi @john.combs,
Thanks for replying me, for this functionality with webhooks should i use custom script to display sender’s name and message etc.
Hi @Dev12, great question! Yes, to achieve this functionality with webhooks, you would need a custom script to process the incoming webhook data and format it to display details like the sender’s name, channel, and message. You can find more details on how incoming webhooks work in our webhooks documentation.