Skip to main content

Add User To Channel

The Add User To Channel step is used to add a user to the channel. Permission User must have the following permissions:

TokensPermissions
Bot tokens• channels:write.invites

• channels:read

• groups:write.invites

• groups:read

• mpim:write.invites

• channels:manage

• groups:write

• im:write

• im.read

• mpim:write

• mpim:read

• users:read.email

User tokens

channels:write.invites

• groups:write.invites

• mpim:write.invites

• channels:write

• channels:read

• groups:write

• groups:read

• im:write

• im:read

• mpim:write

• mpim:read

• users:read.email

User tokens• channels:write.invites

• groups:write.invites

• mpim:write.invites

• channels:write

• channels:read

• groups:write

• groups:read

• im:write

• im:read

• mpim:write

• mpim:read

• users:read.email

Reference API documentation: https://api.slack.com/methods/conversations.invite

Configurations

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
2Bot/User Access TokenSpecify the generated Bot or User Access Token. The data type is Secure String. This is a mandatory field.
3Test ConnectionVerifies whether the connection is established or not.

Input Tab

Input Fields

No.Field NameDescription
1Channel NameSpecify the channel name in which you want to add the user. The data type is String. This field is mandatory.
2GetClick Get. If a connection is successfully established, it populates a list of channels.
3User Email IDSpecify the user email ID which you want to add to the channel. The data type is String. This field is mandatory.
4GetClick Get. If a connection is successfully established, it populates a list of users.
5API Request DelayProvide an appropriate delay according to the rate limit of your Slack API.