InterviewSolution
Saved Bookmarks
| 1. |
How Many Callouts To External Service Can Be Made In A Single Apex Transaction? |
|
Answer» GOVERNOR limits will restrict a single Apex transaction to make a maximum of 100 CALLOUTS to an HTTP REQUEST or an API call. Governor limits will restrict a single Apex transaction to make a maximum of 100 callouts to an HTTP request or an API call. |
|