Job Updated

Your system will receive this payload when you create a Subscription with type jobs.update

Receive real-time notifications when Jobs are updated in your Account. This webhook enables you to synchronize your systems with job status changes.

Info

The webhook payload contains the job ID and updated details. Use the Get Job endpoint to retrieve complete job information.

Warning

Your webhook endpoint must return a 2xx status code within 30 seconds to confirm receipt. Failed deliveries will be retried according to the redrive policy.

Common use cases include updating your job management system, triggering notifications, or logging job status changes in your analytics platform.

Payload
string

The unique identifier of the job

string

The unique identifier (AVID) of the merchant's account.

string

The name of the uploaded csv file.

integer

The total number of lines in the file.

integer

The number of lines currently in progress.

integer

The number of successful lines processed.

integer

The number of invalid lines found in the file.

integer

The number of lines that failed during processing.

string
enum

The current processing status of the uploaded csv file.

Allowed:
date-time

The timestamp when the processing of the file was completed.

string

The timestamp when the job was created.

string

The timestamp when the job was last updated.

Response
200

Your system should return a 2xx status to indicate that the data was published successfully. Other statuses will be considered a failure and we will retry later. See the redrive page for more details.

LoadingLoading…