CRM Integration
Export to CRM
Export selected leads to a connected CRM system (Bullhorn or Close)
POST
Overview
This endpoint exports leads from Lance to your connected CRM. It supports bulk selection of leads and configurable duplicate handling strategies.Authentication
This endpoint requires authentication. The organization ID is automatically
extracted from the authenticated session.
Request Body
Defines which leads to export using bulk selection.
Export configuration options.
Response
Whether the overall export operation completed successfully.
Total number of leads processed in this export.
Number of new contacts/leads created in the CRM.
Number of existing contacts/leads updated in the CRM.
Number of leads skipped (due to duplicate handling or other rules).
Number of leads that failed to export.
Detailed results for each lead processed.
Array of general error messages encountered during export.
Error Responses
| Status Code | Error | Description |
|---|---|---|
| 400 | Organization ID required | No authenticated organization found |
| 400 | CRM is not connected | Organization has no CRM integration configured |
| 400 | CRM provider mismatch | Requested provider doesn’t match connected CRM |
| 400 | Invalid request | Request body validation failed |