send_inquiry
Send a purchase inquiry (lead) to the VIP Cars sales team on the customer's behalf. The team calls/e-mails the customer back to arrange a viewing or test drive — there is no online payment. ALWAYS ask the customer for consent before sharing their contact details. vehicle_id is optional (omit for a general inquiry).
The response includes a status_token — keep it; it is the ONLY key to later check the inquiry's processing status via get_inquiry_status.
Anti-abuse: at most a few inquiries per contact per day; excess raises an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| vehicle_id | No | ||
| customer_name | Yes | ||
| customer_email | No | ||
| customer_phone | Yes |