Skip to content

0.6.10 / 2018-01-12

Compare
Choose a tag to compare
@chentsulin chentsulin released this 12 Jan 06:44
· 626 commits to master since this release

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',
});