Spotlight

Using Callback URLs with Asynchronous Jobs

The EON Platform supports queuing many types of asynchronous jobs that perform long-running tasks outside of the request-response cycle, including generating batches of Items or Labels, or exporting large quantities of data to files for later download. When queueing these jobs, `callback_urls` may be provided that will be `POST`ed to when the job finishes. 

How It Works Submit an async job request (e.g., batch generation, bulk update, export).

Include a callback_urls parameter with one or more URLs.

Once the job completes, EON will send a POST request with a JSON payload to each callback URL.

The payload includes job metadata and a link to the results, when applicable.

Complete guide here: https://docs.eon.xyz/callback-urls-with-asynchronous-jobs