Skip to main content
Some external CRMs still reference leads by the original numeric ID from the legacy Xano system rather than the current Supabase UUID. Use this action to look up a lead by that integer and retrieve the full lead object. The returned lead.id is the UUID you should use for all subsequent actions such as update_status, update_status_id, and create_purchase.

Authentication

Request

string
required
Must be "get_lead_by_legacy_id".
number
required
The original integer ID from the legacy system.

Response

Returns the full lead object, including nested property_values with their property_definitions — the same shape as leads returned by get_leads.
object

Example

Request

Response

Errors