Hi!
Is there any spam protection implemented or maybe user interaction limitations?
Thanks)
Spam protection
1111
(Альона Лагно)
#1
johnjackson
(John Jackson)
#2
There’s nothing built in, but you could consider incrementing an attribute every time a user talks to a bot and then filter out flows for users who talk to your bot too often?
KarenBarker
(Karen Barker)
#4
Hey,
Once you have your attribute set to update each time a user talks to the bot, then on your flow trigger you will need to set a filter that states attribute is less than 20 for example. If the filter isn’t met because the attribute is greater than your amount then the flow won’t run.