Skip to main content
Best answer

Using Slack (Reaction on message) in a public/external (more than one company) channel?

  • November 5, 2020
  • 1 reply
  • 189 views

Hey there,

 

Zev here, I’m new with a quick question! I’m trying to build a Zap that when someone leaves a specific emoji reaction on a Slack message, it triggers. However, it seems the Zap is failing since the channel is external, meaning folks from other companies are inside.

 

Does anyone know a workaround here?

Best answer by CraigNet3Best answer by CraigNet3

@zevzoldan-postscript you might be able to get it to work by subscribing to the reaction_added event using the Slack Events API. More info here:

https://api.slack.com/events/reaction_added

The biggest challenge is the Slack Request URL verification challenge which must be performed to activate the subscription. That cannot be done with the Webhooks trigger in Zapier. You may need to create a custom Zapier app to pull this off.
 

More info on the subscription process here:

https://api.slack.com/events-api#subscriptions
 

Info on custom Zapier apps:

https://platform.zapier.com/quickstart/introduction

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

CraigNet3
Forum|alt.badge.img+4
  • Zapier Expert
  • 41 replies
  • Answer
  • November 7, 2020

@zevzoldan-postscript you might be able to get it to work by subscribing to the reaction_added event using the Slack Events API. More info here:

https://api.slack.com/events/reaction_added

The biggest challenge is the Slack Request URL verification challenge which must be performed to activate the subscription. That cannot be done with the Webhooks trigger in Zapier. You may need to create a custom Zapier app to pull this off.
 

More info on the subscription process here:

https://api.slack.com/events-api#subscriptions
 

Info on custom Zapier apps:

https://platform.zapier.com/quickstart/introduction