Slack Developer Kit for Node.js
A client for Slack’s Incoming Webhooks
Kind: static class of @slack/client
Promise.<module:@slack/client/dist/IncomingWebhook.IncomingWebhookResult>Promise.<module:@slack/client/dist/IncomingWebhook.IncomingWebhookResult>Send a notification to a conversation
Kind: instance method of IncomingWebhook
| Param | Type | Description |
|---|---|---|
| message | string | IncomingWebhookSendArguments |
the message (a simple string, or an object describing the message) |
Kind: instance method of IncomingWebhook
| Param | Type |
|---|---|
| message | string | IncomingWebhookSendArguments |
| callback | IncomingWebhookResultCallback |
Kind: instance method of IncomingWebhook
| Param | Type |
|---|---|
| message | string | IncomingWebhookSendArguments |
| callback | IncomingWebhookResultCallback |