Spam protection

(Альона Лагно) #1

Hi!
Is there any spam protection implemented or maybe user interaction limitations?
Thanks)

(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?

(Альона Лагно) #3

Thanks for the reply!
But how can I ‘filter out flows’?

(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.

(Альона Лагно) #5

Cool!
Thanks for an explanation!