provider admin.conversationsadmin POST /admin.conversations.unarchive
@utdk/slack /admin.conversations.unarchive
admin_conversations_unarchive
Unarchive a public or private channel.
token header required
Authentication token. Requires scope: `admin.conversations:write`
string

Try it

Authentication
Configure credentials for Slack Web API
adminConversationsUnarchive
POST/admin.conversations.unarchive
Unarchive a public or private channel.

Input

required

The channel to unarchive.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminConversationsUnarchive()