provider conversations POST /conversations.unarchive
@utdk/slack /conversations.unarchive
conversations_unarchive
Reverses conversation archival.
token header
Authentication token. Requires scope: `conversations:write`
string

Try it

Authentication
Configure credentials for Slack Web API
conversationsUnarchive
POST/conversations.unarchive
Reverses conversation archival.

Input

ID of conversation 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.conversationsUnarchive()