Skip to main content
Contributor I
February 26, 2024
Solved

How To Set Daily Sending Limit for Flows

  • February 26, 2024
  • 1 reply
  • 332 views

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?

    This topic has been closed for replies.
    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

    1 reply

    Casperackermann
    Problem Solver III
    Champion & Partner
    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

    Casper Ackermann, Managing Partner at Ackermann - please reach out at ca@ackermann.dk!