Skip to main content
POST
/
support
/
sendContactEmail
Send support contact email
curl --request POST \
  --url http://api.superwize.ai/api/support/sendContactEmail \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Primary Key",
  "email": "[email protected]",
  "message": "What are the main causes of climate change?"
}
'
{
  "success": true
}

Body

application/json
name
string
required
Minimum string length: 1
email
string<email>
required
message
string
required
Minimum string length: 1

Response

200 - application/json

Support email dispatch attempt completed.

success
boolean
required