Skip to main content
POST
Route lead through processor
The metadata object is the primary source for routing conditions. Include all the fields your processor’s rules need to evaluate (e.g., language, budget, city, campaign_name).

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

processorId
string<uuid>
required

Processor ID

Body

application/json
first_name
string
required
last_name
string
email
string<email>
phone
string
source
string
company
string
title
string
campaign_id
string<uuid>
metadata
object

Arbitrary key-value data; routing rules typically evaluate these fields

Response

Lead(s) created and routed

success
boolean
Example:

true

lead
object
workflow_run
object
routing
object
Last modified on August 7, 2026