Lead Delivery API
The Lead Delivery API enables multi-channel lead posting including JSON REST APIs, XML SOAP services, webhooks, and direct CRM integrations. Configure delivery preferences, field mapping, and retry logic for reliable lead transmission.
Base URL
https://api.synaptis.io/v1JSON Delivery
Post leads using JSON format to buyer endpoints. Supports custom field mapping and nested objects.
POST
/delivery/jsonRequest
{
"buyer_id": "buyer_123",
"lead": {
"first_name": "John",
"last_name": "Smith",
"email": "john@example.com",
"phone": "+15551234567"
},
"options": {
"timeout": 10000,
"retry_count": 3
}
}XML Delivery
Post leads using XML format for legacy systems and enterprise integrations.
XML Request
<?xml version="1.0" encoding="UTF-8"?>
<LeadRequest>
<BuyerId>buyer_123</BuyerId>
<Lead>
<FirstName>John</FirstName>
<LastName>Smith</LastName>
<Email>john@example.com</Email>
<Phone>+15551234567</Phone>
</Lead>
</LeadRequest>Demo Platform: This is a demonstration of our custom development capabilities. We build tailored solutions for your specific needs.