Recruitee Easy Apply

Azure Functions bridge for Techniekwerkt applications into Louwman Recruitee (Careers Site API), aligned with the WordPress recruitee-wp Careers flow.

Brought to you by the Online team

Typical API response

HTTP 201 · application/json

{"candidate_id":"12345","candidate":{...}}

Endpoints

POST /apply

Accepts Techniekwerkt JSON (including cover letter + base64 CV). Requires x-api-key.

GET /api/health

Health check for pipelines. No API key.

Auth

Try it

curl -X POST "http://localhost:7071/apply" \
  -H "Content-Type: application/json" \
  -H "x-api-key: <API_KEY>" \
  -d @test/sample-payload.json