Skip to main content
Praxicraft Assess is a verified community node on n8n. It gives you a Trigger (signed events from Assess) and Actions (invite candidates, list assessments, enroll pipelines, and more) — no custom webhook code required. Package: @praxicraft/n8n-nodes-assess

Prerequisites

Setup guide

1. Create a workflow

Open n8n and create a new workflow. Click Add first step… on the canvas.
Empty n8n workflow canvas with Add first step button

New n8n workflow — add the first step

2. Open the trigger picker

n8n opens What triggers this workflow? Choose On app event (or search for the node directly).
n8n sidebar asking what triggers this workflow

Trigger picker in n8n

3. Search for Praxicraft Assess

Type prax (or Praxicraft) in the search box. Select Praxicraft Assess — the verified checkmark means it is the official Assess node.
n8n search for prax showing Praxicraft Assess with verified badge

Search results showing verified Praxicraft Assess

4. Confirm the verified node

Open the node details. You should see Verified, Installed (or Install), and the list of Assess triggers and actions.
Praxicraft Assess node details showing verified badge and trigger list

Praxicraft Assess — verified node with triggers and actions

If the node is not installed yet, use Install from this panel (n8n Cloud) or install @praxicraft/n8n-nodes-assess on self-hosted n8n, then restart.

5. Add credentials

  1. Create an API key in Assess (Developer → API Keys).
  2. On any Praxicraft Assess node, open Credential to connect withCreate new credential (or pick an existing one).
n8n List assessments node showing credential dropdown with Create new credential

Select or create a Praxicraft Assess credential

  1. Paste your API key. Live keys start with ct_live_; test keys start with ct_test_. Leave Base URL as https://assess.praxicraft.com unless you use a custom host.
  2. Save. n8n tests the credential with GET /org/ (needs organisation:read or a full-access key).
n8n credential form for Praxicraft Assess API with API Key and Base URL fields

Praxicraft Assess API credential — API Key and Base URL

6. Build and run

Trigger path: pick an event (for example On candidate passed) → connect Slack, email, or your ATS. Action path: start from a manual trigger or ATS webhook → add Praxicraft Assess → choose an action such as List assessments.
n8n workflow with manual trigger connected to Praxicraft List assessments action

Example: List assessments action on the canvas

7. Activate

Turn the workflow Active. For Trigger nodes, n8n registers a webhook with Assess, runs a test ping, and verifies X-Praxicraft-Signature for you.

If you are recruiting / ops

You need a technical teammate once for the API key and credentials. After that, edit workflows visually:

For engineers

Trigger behaviour

On activate: POST /webhooks/create/POST /webhooks/{id}/test/ → stores whsec_… → verifies X-Praxicraft-Signature. On deactivate, the webhook is deleted. webhook.test is ignored by default so pings do not run the workflow. High-value events: assessment.completed, candidate.passed / failed, pipeline.advanced / completed / rejected, interview.completed / analysis_ready.

Actions

Assessment, Case, Invitation, Pipeline (Reject / Hold / Unhold), Webhook (including Retry delivery via POST /webhooks/{id}/deliveries/{delivery_id}/retry/), Organisation, Interview, Integration — matching Public API capabilities. Destinations (HTTPS / Slack / Teams) use the Webhook resource.

Troubleshooting

Next

Automations · Zapier · Webhooks · Scopes · Authentication
Last modified on August 24, 2026