Job Created

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

Receive real-time notifications when new Jobs are created in your Account. This webhook enables you to synchronize your systems with job creation events.

Info

The webhook payload contains the job ID and basic 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 events in your analytics platform.