Is There a Slack Bot Source for Reactions that Can Be Connected Via a Bot Token?

This topic was automatically generated from Slack. You can find the original thread here.

Hi,

I’m looking to a source for slack_bot that behaves exactly like the “New Reaction Added (Instant) source”, but instead of auth connecting to the slack user account, it would connect via a bot token. I see the slack bot_token sources, but there doesn’t seem to be one for reactions.

Is it possible to configure the current “New Reaction Added (Instant) source” to use a bot token, or is it possible to duplicate the pipedream slack source and change the auth to a bot_token?

Thanks for your help

1 Like

are you familiar with the Event Subscriptions section of Slack apps (left screenshot)? You can add a Pipedream endpoint URL there and all Slack events you subscribe to for your bot will be directed there.

The New Reaction Added (Instant) source listens to reaction_added events, so you can add those (and maybe reaction_removed if you want it), and that endpoint URL from above will receive those events, so you can do anything from there.

Let me know if that helps.

Thanks . I’ll take a look and see if I could integrate it this way… thanks!