createLeadMatch
Match leads with members in Brilliant Directories by assigning leads to users, setting status, price, and tracking details for business connections.
Instructions
Create a lead match
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead_id | Yes | ||
| user_id | Yes | ||
| lead_matched | Yes | ||
| lead_status | Yes | Lead status (integer). Authoritative values from BD admin:\n 1 = Pending (lead received, awaiting action)\n 2 = Matched (lead assigned to one or more members)\n 4 = Follow-Up (in progress, awaiting next touchpoint)\n 5 = Sold Out (no more capacity to fulfill this lead)\n 6 = Closed (lead resolved — converted, or will not convert)\n 7 = Bad Leads (spam / invalid / disqualified)\n 8 = Delete (soft-delete — hides from normal views)\nNote: values 1, 2, 4, 5, 6, 7, 8 are not sequential — do not assume 3 exists. When an agent marks a lead "sold" or "won", use 6 (Closed). When spam, use 7 (Bad Leads). | |
| match_price | Yes | ||
| lead_token | Yes | ||
| lead_matched_by | Yes | ||
| lead_updated | Yes | ||
| lead_points | No | ||
| lead_match_notes | No | ||
| lead_viewed | No | ||
| lead_type | No | ||
| lead_distance | No | ||
| lead_rating | No | ||
| lead_chosen | No | ||
| lead_response | No | ||
| lead_accepted | No |