Skip to main content

Hi guys,

 

I’m working on AI agent with Manychat + Make and I noticed that when users responds with a reaction or sticker the content of the last input is the same from the last text message.

 

I wonder if there’s a way to ignore when I receive a reaction or sticker from the user. Is there a way to capture this info?

 

Thanks

@douglastokuno I usually do a condition, and I check that the new text vs the previous text (I store both in user fields).

If they're the same, then it's a 'ghost' message and I don't trigger any automations.


Is this a Manychat or Whatsapp API limitation? I wonder why we need to do “gambiarras” for something that should be part of the tool/API...


@douglastokuno probably a mix of WhatsApp not sending the information properly and Manychat not filtering it automatically…

But yeah, the "gambiarra" works :)


Reply