Slack auto welcome message for new members - not bot

So I want to automate my slack messages to welcome everyone who joins my channel, is it possible to set this up using Make? I don’t want Slack bot, I want my profile to appear the one sending of message. Thanks!

No, this is not possible. Slack bots cannot fully impersonate a user when posting messages, and you’ll still see the “APP” label that indicates that it was made by an integration.

For more information, see javascript - Is it possible to post to chat.postMessage as any user in a Slack team? - Stack Overflow

If you need to post as your account, you’ll need to use a client-side script that runs in your web browser.

2 Likes