APIUsersCreates a new support/sales ticket from the website contact form. This endpoint is for untrusted
hidden

Parameters

Name

Type

Req.

  • bodyapplication/json

    object
    optional
    Object Properties
    • company

      string
      optional
    • email

      string / Email Address
      optional
    • first_name

      string
      optional
    • industry

      string
      optional
    • inquiry_type

      string
      optional
      Possible values
      • general_inquiry:  General inquiry about the service or product.
      • sales_question:  Questions related to sales or purchasing.
      • developer_inquiry:  Inquiry from a developer, typically technical in nature.
      • partnership_opportunity:  Opportunity for partnership or collaboration.
      • other_sales_inquiry:  Other inquiries related to sales that do not fit predefined categories.
      • technical_support:  Request for technical support or troubleshooting.
      • account_management:  Questions or requests related to account management.
      • other_support_inquiry:  Other support-related inquiries that do not fit predefined categories.
    • last_name

      string
      optional
    • message

      string
      optional
    • phone

      string
      optional

Returns

204 No Content

successful operation, no content

put
/website/form
$ curl -X PUT "https://api.zoo.dev/website/form" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{
  "company": "roHNhcY3",
  "email": "1CIL2zDc0@U.com",
  "first_name": "U8PxZfiSEyTtSLFQDjjxoUqKqjPaOA",
  "industry": "KYRsjHpQhmcqzoMfygjqpuD",
  "inquiry_type": "partnership_opportunity",
  "last_name": "r9",
  "message": "Oqn49MJvCuptdT8",
  "phone": "cKGM"
}'