New webhook topic notifies when a Bulk Operation has finished
API
Effective October 01, 2021
Apps can now subscribe to the bulk_operations/finish
webhook topic that sends notifications when a Bulk Operation has completed, failed, or been cancelled.
Apps do not need to poll the GraphQL Admin API to check for status changes anymore. The webhook will notify the app when the Bulk Operation finishes.
This webhook supports query and mutation operations.
Learn more about the new feature in the Bulk Operation tutorial and the API documentation.