0.6.10 / 2018-01-12
messaging-api-slack
- [new] add Slack
postEphemeral
method:
client.postEphemeral('C8763', 'U56781234', { attachments: [someAttachments] });
- [new] add
SlackOAuthClient
custom token support:
client.callMethod('chat.postMessage', {
token: 'custom token',
channel: CHANNEL,
text: 'hello',
});