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
Debarghya SenDebarghya Sen 

Email Notification on BULK API JOB Start and completion

My requirement is to configure email notification when a Bulk API job starts and when it is completed. Usually the bulk data load happens from other legacy systems. I have to check the start and end time of the job and send email notification to few people. How can I automate this process.

Any help regarding the same will be highly solicited.
bob_buzzardbob_buzzard
I think you'll have to update particular records to indicate the start/end of the job, as there's no way to insert code into the processing flow of the bulk API.