Ask a seller to answer the buyer
demand.request_introductionAsk a specific seller to answer the user about one car from demand.find_vehicle. Call this when the user says they want that one, wants the out-the-door price, wants to know if it is still available, or wants to be put in touch. Pass the listing_id from demand.find_vehicle and the user's question. We deliver it only to dealers who have joined iwant.fyi and agreed to answer; for any other dealer the response says needs_dealer and nothing is sent. No personal details about the user ever reach the dealer. Ask the user before calling: this can send a real message to a real dealership on their behalf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | 5-digit zip the search used | |
| query | No | The original search in the user's words; used to re-find the listing if the id has aged out | |
| message | No | What the user wants to know or say, in their words. No phone numbers, emails or addresses. | |
| client_ref | No | Optional stable, non-identifying reference for this end user, so repeat requests can be counted | |
| listing_id | Yes | id of the car from demand.find_vehicle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| dealer | No | ||
| status | Yes | offered = sent to the seller; needs_contact = queued until we have a verified address | |
| listing | No | ||
| introduction_id | No |