hires_create_webhook
Create a company-scoped webhook subscription. Use for outbound company-level event integrations. 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 | Company ID | |
| url | Yes | Webhook destination URL. Must be HTTPS and point to a public host (no localhost / private / link-local IPs). |