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
- Decide the trigger (“application hits Stage X”, “candidate passed”).
- Decide the action (“send Assess invite”, “post to Slack”).
- Give an engineer (or a teammate with the developer role) an API key from Authentication and point them at n8n, Zapier, or Make.
- 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:- Create an HTTPS catch-hook URL in your automation tool.
- Register it:
POST /api/v1/public/webhooks/create/with aneventsarray. - Save
whsec_…and verifyX-Praxicraft-Signaturewhen the platform exposes the raw body. - Send
POST /webhooks/{id}/test/. - Add HTTP actions with
Authorization: Bearer ct_live_…(orct_test_…in Test mode).
