HollyHR Developer Docs
  • HollyHR
  • Sign in
  • Manage API keys
  • Start Here
  • Core API
  • AI and MCP
  • API Reference
  • Recipes
  • Resources
Recipe indexMCP smoke testSafe MCP leave bookingPeople syncTest SDK from sourceSlack who's awayGoogle Sheets exportReceive webhooks in NodeCreate person + webhookWebhook + payroll referencesPayroll readiness export
Recipes

Recipes

Use these recipes as starting points for custom workflows with the HollyHR API. They are examples you run in your own tools, not native first-party integrations.

Most recipes pull data out of HollyHR. Webhook recipes receive signed event deliveries from HollyHR, and the people setup recipe demonstrates the safe write surface. MCP write recipes are preparation-first: booking leave through MCP remains default-off unless the tenant has completed the DPIA/DPO and human-elicitation gates. None of these examples import spreadsheets, approve requests, or expose sensitive personal/payroll fields.

Available recipes

  • MCP smoke test
  • Safe MCP leave booking
  • People sync
  • Test the SDK from source
  • Slack who's away digest
  • Google Sheets export
  • Receive webhooks in Node
  • Create a person and receive a webhook
  • Webhook listener and payroll references
  • Payroll readiness export

For non-technical team visibility, HollyHR also includes built-in calendar feeds from the Who's Away page. Those calendar feeds do not require the public API.

Last modified on June 23, 2026
MCP smoke test
On this page
  • Available recipes