Onboarding automation: can't invite new clients to Slack channels: "user not found"

Recently, I have built a new client onboarding automation, and I need to create two Slack channels—one for my internal team and another for the new client I have just onboarded.

When I create a Slack channel, I want to automatically invite that client to the new Slack channel.

However, when I run the ‘invite users’ module, I either can’t invite them or it says ‘user not found.’ Does anyone know how to resolve this issue?

Here is the screenshot of that module

See this: How can I Add a contact as User in a Workspace in Slack - #3 by Stoyan_Vatov

2 Likes

Instead of native slack module “invite user” i have to use https requests right?

https://api.slack.com/admins/workspaces#inviting you need to use Make an API call module of Slack, choose the right endpoint and setup the API config (body post JSON).

2 Likes

I tried doing it its is easy but i cant install the workspace to generate the token because I’m not on enterprise plan