provider admin.conversationsadmin POST /admin.conversations.setConversationPrefs
@utdk/slack /admin.conversations.setConversationPrefs
admin_conversations_setConversationPrefs
Set the posting permissions for 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
adminConversationsSetconversationprefs
POST/admin.conversations.setConversationPrefs
Set the posting permissions for a public or private channel.

Input

required

The channel to set the prefs for

required

The prefs for this channel in a stringified JSON format.

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.adminConversationsSetconversationprefs()