Creating channel and sending message as a bot

It sounds like the connection in Make is still tied to your personal Slack account rather than the bot’s credentials. Even if you’ve created the Slack app, if the modules are running under a user token, the actions will appear as you.

To post and create channels as the bot:

  1. In your Slack app settings, make sure the Bot User OAuth Token (xoxb-...) is being used — not a user token (xoxp-...).

  2. Add the necessary bot scopes in Slack (e.g., chat:write, channels:manage, groups:write).

  3. Reinstall the app to your workspace after updating the scopes.

  4. In Make, reconnect to Slack using the bot token and select that connection in your modules.

Once that’s done, messages and channel actions should show up as the bot instead of your own profile.