Skip to main content
Best answer

Possible to limit the number of Facebook posts created by a Zap each day?

  • March 18, 2022
  • 1 reply
  • 570 views

Hello,

We use Zapier to automatically publish posts to Facebook groups.

Facebook allows 25 posts per day, after which the account is blocked for 24 hours due to spam.

Is there a way to limit the number of posts in Zapier or to spread the posts over the day?


Regards
Andreas​​​​​​​

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @Andreas.K 

Good question.

You can use a Storage value to keep count and check again, then reset daily.

 

Zap 1

  1. Trigger: Schedule (Daily @ midnight)
  2. Action: Storage - Set Value (back to 0)

Zap 2

  1. Trigger: Schedule (Daily @ midnight)
  2. Action: Storage - Get Value
  3. Action: Filter (continue if less than 25)
  4. Action: Storage - Increment Value
  5. Action: Facebook Page - Create Page Post

 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30982 replies
  • Answer
  • March 18, 2022

Hi @Andreas.K 

Good question.

You can use a Storage value to keep count and check again, then reset daily.

 

Zap 1

  1. Trigger: Schedule (Daily @ midnight)
  2. Action: Storage - Set Value (back to 0)

Zap 2

  1. Trigger: Schedule (Daily @ midnight)
  2. Action: Storage - Get Value
  3. Action: Filter (continue if less than 25)
  4. Action: Storage - Increment Value
  5. Action: Facebook Page - Create Page Post