Skip to main content
POST
Route lead through processor
El objeto metadata es la fuente principal para las condiciones de enrutamiento. Incluye todos los campos que las reglas de tu processor necesitan evaluar (ej., language, budget, city, campaign_name).

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Parámetros de ruta

processorId
string<uuid>
requerido

Processor ID

Cuerpo

application/json
first_name
string
requerido
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

Respuesta

Lead(s) created and routed

success
boolean
Ejemplo:

true

lead
object
workflow_run
object
routing
object
Última modificación el 7 de agosto de 2026