Search

Unarchive Conversation

Articles

Use this function to uarchive a conversation in the slack application.

Syntax

Unarchive Conversation (token, channel_id)

Parameters

Input Parameter Name Description
token Authentication token
channel_id ID of the archived channel

Returns

Return Value Description
Output
  • On Success: 1, Conversation Unarchived Successfully
  • On Failure: 0, Error Message

Sample

Unarchive Conversation (ABCDE, NC-45)

  • Uses the token ‘ABCDCEF’ to authenticate the connection to the Slack application, unarchives a channel with ID ‘NC-45’.
    Returns ‘Conversation Unarchived Successfully’ on unarchiving the channel.

To view all the Slack functions, click here.

Did you find what you were looking for?