Accepts a lead for asynchronous processing.
POST/v1/webhooks/leads
Accepts a lead for asynchronous processing. Returns 202 with the lead's external id (echoed or server-minted) once the payload is queued; the lead is created/updated out-of-band. Falls back to synchronous 200/201 when the async pipeline is not configured.
Request
Responses
- 200
- 201
- 202
- 400
- 500
OK
Created
Accepted
Bad Request
Internal Server Error