provider chat POST /chat.meMessage
@utdk/slack /chat.meMessage
chat_meMessage
Share a me message into a channel.
token header
Authentication token. Requires scope: `chat:write`
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

chatMemessage
POST/chat.meMessage
Share a me message into a channel.

Input

Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name.

Text of the message to send.

Enter a gateway URL above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.chatMemessage()