When enabling an integration on Greenhouse Recruiting, you may need to create new web hooks to support the integration.
Create a webhook
To create a webhook for an integration, you'll need a few pieces of information:
- When: The activity or trigger that should make the webhook fire.
- Endpoint URL: The URL to which the webhook should deliver its payload.
- Secret key: The authentication key accepted by the endpoint.
Integrations often publish these pieces of information in their integration documentation, but some integrations may require you to reach out to them directly. Check the Support Center article on the integration you're enabling for more info.
When you're ready to create the webhook, log in to Greenhouse Recruiting and click the Configure icon on your navigation bar.
Click Dev Center on the left.
Click Web Hooks > Web Hooks.
Enter the setup information to create your new webhook.
If necessary, enter an error recipient email and set any advanced settings.
When finished, click Create webhook. Greenhouse Recruiting will send a ping to the endpoint to verify the connection's working. If the ping is accepted successfully, the webhook will be created.
You can repeat this process if an integration requires more than one webhook.