send_inquiry
Send a general inquiry to a local service business. Use this when the customer has a question, needs a custom quote, or wants to describe an issue that doesn't fit a specific bookable service. A stable clientRequestId deduplicates the same logical request, but does not guarantee immediate delivery through every configured channel. Relay the exact returned delivery outcome. ONLY call this if the business has 'inquiry' or 'email_inquiry' in its enabledFeatures array. Clients should obtain explicit user confirmation before sending an inquiry; Qasper does not enforce a separate confirmation credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The exact URL slug returned by a Qasper discovery result. Copy it verbatim. | |
| message | Yes | Detailed description of the inquiry, question, or issue. Include any visual details about damage, location, severity, and urgency. | |
| customerName | Yes | Full name of the person making the inquiry | |
| customerEmail | Yes | Customer email address | |
| customerPhone | Yes | Customer phone number | |
| clientRequestId | Yes | Required stable UUID for this inquiry attempt. Generate once and reuse on retries of the same logical attempt. |