ContactRequest
nameName (string)required
Possible values: non-empty and <= 200 characters
emailEmail (string)required
Possible values: >= 5 characters and <= 254 characters
company object
anyOf
- string
- null
string
Possible values: <= 200 characters
topicTopic (string)required
Possible values: non-empty
messageMessage (string)required
Possible values: non-empty and <= 5000 characters
cf_turnstile_response object
anyOf
- string
- null
string
Possible values: <= 2048 characters
ContactRequest
{
"name": "string",
"email": "string",
"company": "string",
"topic": "string",
"message": "string",
"cf_turnstile_response": "string"
}