Description
I would like to utilize the reactions.add method to react to a message
Feature request
Potential usage example
- name: React to an existing Slack message
id: slack
uses: slackapi/slack-github-action/[email protected]
with:
channel-id: 'CHANNEL_ID'
ts: ${{ steps.slack.outputs.ts }}
name: 'thumbsup'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Api call that would result in
webResponse = await web.reactions.add({ ts, channel: channelId.trim(), name: emojiName});
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Description
I would like to utilize the reactions.add method to react to a message
Feature request
Potential usage example
Api call that would result in
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])