Skip to main content
Nintex Community Menu Bar
Question

Too many Email Invocations

  • July 10, 2024
  • 5 replies
  • 109 views

Forum|alt.badge.img+14

I am using a mass action to trigger process builder to send an email. Is there a method to do this for more that 10 records using skuid mass action? 

16:06:30.345 (6826671460)|EXCEPTION_THROWN|[180]|System.LimitException: Too many Email Invocations: 11

5 replies

Forum|alt.badge.img+3

Hi Bill

  • How exactly are you triggering your process builder?
  • Are you sending email alerts or executing an apex?
I know this error from apex and there it happens, if you send more than 10 emails in a loop. The solution there was, that you have to send the emails out all together and not one after the other.


Forum|alt.badge.img+14
  • Author
  • July 10, 2024

I use a PB to call a flow that send out one email.  I use the mass action to trigger the PB.  So, if there are 150 items in the list, the PB is called 150 separate times.


Forum|alt.badge.img+3

Are you sure it would be called 150 seperate times? When you trigger it via row action, does it throw the same error?


Forum|alt.badge.img+14
  • Author
  • July 10, 2024

If I did row action, would i need to go to each line and select that line’s icon for all 150 lines?


Forum|alt.badge.img+3

You can select 11, because it occurs after more than 10. Just curious, if it throws the same error.