Inquiries
Website contact-form submissions and the inbox they land in.
The inquiry object
As returned by GET /inquiries, one element of the list. Every endpoint below that returns this resource returns exactly these fields.
| Name | Type | Description |
|---|---|---|
idrequired | string (uuid) | UUID |
statusrequired | string (enum) | Where the inquiry sits in triagenewin_progressclosedspam |
topicrequired | string | Your own category for the inquiry — free text, e.g. "Billing" |
namerequired | string | Who sent it |
emailrequired | string | null | Sender email, lowercased; null if the form collected only a phone |
phonerequired | string | null | Sender phone; null if the form collected only an email |
companyrequired | string | null | Sender company, when the form asks |
messagerequired | string | What they wrote |
sourcerequired | string | null | Which form this came from, e.g. "Pricing page" |
source_pathrequired | string | null | The page path the form was on |
metadatarequired | map<string, string | number | boolean | null> | Any additional form fields, verbatim — flat key/value pairs. Shown in the inbox and included in the CSV export. |
first_touched_atrequired | string (date-time) | null | When someone first acted on it; null while untouched |
created_atrequired | string (date-time) | ISO 8601 timestamp |
updated_atrequired | string (date-time) | ISO 8601 timestamp |
Endpoints
7 endpoints, each on its own page with its parameters, responses, error codes and samples in curl, Node and Python.