Skip to main content
POST
Create job

Request body

string
required
ISO 8601 timestamp of when to fire the webhook. Must be in the future.
string
required
Webhook URL to call.
string
Optional display name for the job.
string
default:"POST"
HTTP method: GET, POST, or DELETE.
object
default:"{}"
Custom HTTP headers to include in the webhook request.
object
default:"{}"
JSON body to send with the webhook request.

Response

Returns the created job object with a 201 status code. The job starts with status: "pending".
201
400