How can I Add a contact as User in a Workspace in Slack

I want to add contacts coming from a CRM to Slack Workspace as users but couldn’t find how to do that in Make due to the fact that I am not seeing any action in the Slack module which say “Add to Workspace”.

Hello,

there is no direct module for this, yes, but it looks like you can still do it via a generic API call:

https://api.slack.com/admins/workspaces#inviting

You will need the admin.users:write scope available in the connection and then you can call the admin.users.invite endpoint to send an invitation.

3 Likes