Overview
/
Developer Tools
/
API Reference
/
Users
/
Creates a new support ticket in the internal help desk from the website support form.

Creates a new support ticket in the internal help desk from the website support form
hidden

HTTP Request

  • application/json

    //
    • company:

      string,
      //
    • email:

      stringEmail Address,
      //
    • first_name:

      string,
      //
    • last_name:

      string,
      //
    • message:

      string,
      //
    • phone:

      string,
      //
    • inquiry_type:

      "technical_support"+2
      • //Request for technical support or troubleshooting.
        "technical_support"
      • //Questions or requests related to account management.
        "account_management"
      • //Other support-related inquiries that do not fit predefined categories.
        "other_support_inquiry"
      //
    }

Response

204 No Content

Examples

put
/website/forms/support