What can I do if another bot or bad user consumes all interactions, compulsively?

#1

Is it possible to block malicious people who want to do financial damage by consuming all my FlowXO interactions available? How can I protect myself from this possibility?

Thanks in advance.

(Karen Barker) #2

Hi,

There’s no spam protection built into Flow XO, but you could consider incrementing an attribute every time a user talks to a bot and then filter your flow triggers for the attribute is not greater than x. This means that your flows won’t trigger for users who speak to your bot too often.

1 Like
(Daniel Beckett) #3

Here’s an example flow that shows how spam protection can be added:

2 Likes