Skip to main content

conversations.approveSharedInvite method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

While any user may accept an invitation to a Slack Connect channel, many workspaces then require Slack Connect channels to be approved by an Admin or user with elevated permissions.

This Slack Connect API method approves an accepted invitation to a Slack Connect channel.

Your app may approve invitations that were either sent from your workspaces or received by users in your workspaces.

In order to approve an invitation, your app must be installed by a user who has the ability to approve Slack Connect channels.

You'll likely want to subscribe to the shared_channel_invite_accepted event in order to keep track of the invitations that have been accepted and are waiting for approval.

Response

When your app successfully approves a Slack Connect channel invite:

{
"ok": true
}