DocsQuick start
02 / 04

Quick start

Run your first brief in 5 minutes.

1. Choose a brief

Browse the brief library and pick one that matches your skill level. Start with "Easy" briefs if you're new to webhook automations.

Recommended first brief

Try "Webhook Echo" - it's the simplest way to understand the Nodox flow.

2. Set up your webhook

Create a webhook endpoint in your automation tool (n8n, Make, Zapier, etc.) or write a simple HTTP server. The endpoint must:

  • Accept POST requests
  • Parse JSON body
  • Send HTTP responses (for the callback)

3. Run tests

Paste your webhook URL into the brief page and click "Run Tests". Nodox sends test data to your webhook and validates your responses.

Note

Tests run sequentially. Each test case sends different data to verify your solution handles various scenarios.

Quick reference

1. Receive

Your webhook gets payload + metadata

2. Process

Transform data, call APIs using mockApiBase if needed

3. Respond

Reply directly from your webhook, or POST to callbackUrl