Skip to main content
Automations let hiring workflows run themselves: when someone applies in your ATS, invite them; when they pass, notify Slack.

Pick a path

n8n

Verified community node with trigger + actions.

Zapier

Assess app — events, invites, pipelines, interviews.

Make

Custom App — Watch Assess Event, invites, pipelines.

Build with agents

Knowledge MCP + API MCP + skills in one install

MCP / agents

Coding agents that call Assess tools.

If you are recruiting / ops

  1. Decide the trigger (“application hits Stage X”, “candidate passed”).
  2. Decide the action (“send Assess invite”, “post to Slack”).
  3. Give an engineer (or a teammate with the developer role) an API key from Authentication and point them at n8n, Zapier, or Make.
  4. Test with your own email before rolling out to a cohort.

Common recipes

Importable n8n workflows and Zapier recipes: praxicraft-assess-examples.

For engineers — generic pattern

Prefer the Zapier, n8n, or Make apps when you can. For a custom worker:
  1. Create an HTTPS catch-hook URL in your automation tool.
  2. Register it: POST /api/v1/public/webhooks/create/ with an events array.
  3. Save whsec_… and verify X-Praxicraft-Signature when the platform exposes the raw body.
  4. Send POST /webhooks/{id}/test/.
  5. Add HTTP actions with Authorization: Bearer ct_live_… (or ct_test_… in Test mode).

Make

Use the Make Custom App (Watch Assess Event + Invite Candidate and the full Public API module set). Source: make-praxicraft-assess.

Next

Integrations · Make · Zapier · n8n · Slack · Webhooks
Last modified on August 24, 2026