Skip to main content

Hi,

So I am trying to set up an automation flow on Facebook Messenger where it is limited to 250 DMs and once it passes that it stops the flow.

Additionally I want to have a randomization aspect where 75% of users get a DM with a link, while 25% do not.

I want each user to only be able to be considered for 1 comment they leave on a post, to prevent spam from gaming the system.

Here is what I have so far… can you help fix?

 

Hey ​@MichaelVGG you’ll need a Bot Field to count to 250 DMs - documentation here:

https://help.manychat.com/hc/en-us/articles/14281167138588-Custom-User-Fields-and-Bot-Fields#:~:text=Bot%20Fields%20are%20a%20powerful,user%20interacting%20with%20your%20bot.

 

And you can tag Users to know who is already participating, and if the person already has the tag, you don’t let them enter the flow again. You can check if they have the tag with a condition.

 

Does this make sense?

 


Reply