Skip to main content
Solved

How To Set Daily Sending Limit for Flows

  • February 26, 2024
  • 1 reply
  • 181 views

Forum|alt.badge.img+1

How can I limit the number of emails that gets sent from a flow daily?

For instance, if I only want 100 emails sent per day from my welcome flow(just a wild example), how do I do that?

Best answer by Casperackermann

Hey there! There might be an easier solution, but what you could do is setup a webhook after the “send action”. This webhook would then add a new row in a sheet with today’s date. Then you would have to setup an additional integration (i.e. via Zapier) that would count number of rows, and then when number of rows = 100, you’d ‘call’ the flow (https://developers.klaviyo.com/en/reference/update_flow) and pause it. Then, you would have to setup an additional action that would then turn on the flow at 00:00.

 

This is a bit complex, but it should do the job. There might be other solutions to the issue, but this one is one of then.

 

Best,

Casper Ackermann

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

Casperackermann
Problem Solver III
Forum|alt.badge.img+3
  • Champion & Partner
  • 9 replies
  • Answer
  • February 26, 2024

Hey there! There might be an easier solution, but what you could do is setup a webhook after the “send action”. This webhook would then add a new row in a sheet with today’s date. Then you would have to setup an additional integration (i.e. via Zapier) that would count number of rows, and then when number of rows = 100, you’d ‘call’ the flow (https://developers.klaviyo.com/en/reference/update_flow) and pause it. Then, you would have to setup an additional action that would then turn on the flow at 00:00.

 

This is a bit complex, but it should do the job. There might be other solutions to the issue, but this one is one of then.

 

Best,

Casper Ackermann


Reply