Can you set up a limit for how many leads can run through an email send program? Not a smart campaign but a mailbox email send. This would be to restrict users from accidentally sending to large numbers.
Solved! Go to Solution.
As Devraj and Keith point out, there's no separate restriction available.
If you're desperate to get a handle on this from an audit-trail standpoint, you could use a webhook to count the recipients of (already-out-the-door) campaigns by triggering on Was Sent Email and sending an alert if you see the Nth occurrence. The only catch is that you wouldn't want to set the limit very high, because webhooks themselves shouldn't be called at very high volume. If the limit is, say, 10-20K that would be fine, and you'd get the earliest possible warning.
Hey Nathan,
The smart campaign restriction will also apply to an email send program. But regarding the email send program restriction, there is currently nothing that I am aware of other than building a static list and adding the defined number of users to the list prior to send.
Is there a reason you want the campaign limit to differ from the email send limit?
Let me know your thoughts here.
Sincerely,
Keith Nyberg
Hey Keith - are you sure the smart campaign limit will also apply to an email send program? If so, you'd have to make that change at the master admin level for every email send program that would exceed that limit. That is my question, is there a different place at the admin level to restrict the # that can run through an email send program.
Hey Nathan
The email program is still actioning smart campaigns behind the scenes, so as I mentioned, restrictions to smart campaigns limits apply to email program sends as well. This limit is set in the Admin console. Unfortunately there is not a separate place to set a limit specific to email.
Maybe submit this as an Idea if its something you need. Also interested in the use case of wanting these to differ because we keep our limit set to 50,000 records. I argue that we should never be editing more records than that at any given time or emailing that large of an audience because if we are, we really need to do a better job of segmenting. I also view our limits to be higher than needed.
Nathan,
I do not believe this is possible. If, for example, the smart list in the email program qualifies 100 people, the email send will send to those 100 (assuming none are blocked). After the program has initiated, you can't run the program again. So there are limits to running the program again, but no limits to how many can qualify. You will need to modify the smart list in the email program.
I would suggest just having a smart campaign send the email, then you can use a combination of random sample and smart campaign limits to limit the member size.
Got it. So there is no functionality similar to the "Smart Campaign Restrictions" limit to abort a smart campaign but for the email send programs. Correct?
Correct, there is no functionality similar to smart campaign restrictions for email send programs.
As Devraj and Keith point out, there's no separate restriction available.
If you're desperate to get a handle on this from an audit-trail standpoint, you could use a webhook to count the recipients of (already-out-the-door) campaigns by triggering on Was Sent Email and sending an alert if you see the Nth occurrence. The only catch is that you wouldn't want to set the limit very high, because webhooks themselves shouldn't be called at very high volume. If the limit is, say, 10-20K that would be fine, and you'd get the earliest possible warning.