Asynchronous Batch Job Webhook

This webhook is intended to be used with the Create tasks in batch - async to automatically respond when all the Tasks in the batch are processed by the backend. Instead of having to check back on whether or not the Batch Job Status is completed. This webhook will update automatically once the job is completed.

The batch task creation webhook payload contains:

  • job id
  • status
  • tasks received
  • count of tasks created
  • count of tasks errored
  • tasks created and task data
  • tasks created with warnings
  • tasks failed with error codes

🚧

Task created with warnings

Please note that tasks that have warnings will be created, which means that tasks may be created with the wrong address. These tasks are included in the last section of the payload, to bring special attention to them.