hires_create_job_webhook
Register a webhook URL for job-related events. Core step for outbound integration setup. URL must be HTTPS. Returns a signing_secret once — store it to verify the x-hires-signature-v2 header on incoming deliveries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID (numeric) or alias | |
| url | Yes | Webhook destination URL. Must be HTTPS and point to a public host (no localhost / private / link-local IPs). |