Is there any way to react to the Facebook thumbs up?

(Blake Frederick) #1

Is there any way to trigger a flow based on receiving the Facebook thumbs up “sticker”? Specifically, I’m talking about this:

(John Jackson) #2

I think that comes through as a message with just the word /like? If you set up a catch all and send that sticker to your bot, you should be able to inspect the interactions log and see it come through?

(Blake Frederick) #3

Perfect thank you - I’ll check that out and report back.

(Anish Duggal) #4

@blake

Blake,

Could you let me know if you get this to work. it would be much appreciated.

Thanks

(Karen Barker) #5

Hey guys,

Just tested this myself and John is correct. The like button does comes through as a message of /like so you’ll be able to use this as your keyword and trigger a flow off it. :slight_smile:

2 Likes
(Blake Frederick) #6

Haven’t had time to test it yet, but that’s great. Thanks Karen.

(Alexander) #7

Hi, I think it doesn’t work anymore. At least I’m not getting any incoming message when there is new like coming

(Daniel Beckett) #8

Hi Alexander,

It looks like it’s still working. I’ve just tested with a catch-all trigger and a new message trigger that was listening out for “/like” and both triggered.

Which trigger are you using?

(Alexander) #9

I was using a catch-all trigger, but I will also try to test to listen to the specific message: “/like”