function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TixoGroupaliaTixoGroupalia 

Number of Outbound messages in parallel?

Hi!

How many outbound messages can be send in parallel? or the process is one by one (when finish one start other) ?

Thanks!
Sameer Tyagi SFDCSameer Tyagi SFDC
Hi Tixo, 

There's no direct limit on the number of outstanding messages you can have in the queue. 
There is no limit for Outbound message per day but there is no SLA when message will be delivered. API limit is only for incoming API calls. Outbound Message and APEX Callout is not counted in this limit.

Regards,
Sameer Tyagi
http://mirketa.com/


 
TixoGroupaliaTixoGroupalia
Thanks for your answer Sameer!

Only one more question, the outbound messages is one by one, when finish one start other or can be do in parallel?