Skip to main content
I need to make a REST callout. I have more than 400 records at time( after bulk insert (more than 400 records ) and  then  need to make callout for sending each record to external sytem)  .

Please guide whcih approach is better to follow

Create a batch and make callouts from the batch (scope is 1)

Or 

Create trigger and then excecute the queueable apex to make callout 
5 answers
  1. Feb 27, 2018, 9:52 PM
    Thank you Varaprasad. Could you plese let me know how many callouts that i can make from queueable apex. is it possible more than 400  in singl rtransaction . That is what i  am  worried about .

    And also Pls let me know is it possible to know why is  queueable apex is better option than  batch apex for this situation 
0/9000