Further reading
See the following resources for more information on what was covered in this chapter:
- OAuth 2.0 with Salesforce: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_oauth_and_connected_apps.htm
- Batch API: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm
- Bulk API 2.0 – How requests are processed: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/how_requests_are_processed.htm
- Batch Apex: https://developer.salesforce.com/docs/atlas.en-us.222.0.apexcode.meta/apexcode/apex_batch_interface.htm
- Executing Batch Apex: https://help.salesforce.com/s/articleView?id=000328480&type=1
- The Apex Batchable Interface: https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_interface_database_batchable.htm#apex_Database_Batchable_execute
- The Apex Schedulable class: https://developer.salesforce.com/docs/atlas.en-us.222.0.apexcode...