URL: v3/add/custom/form/ticket

Method: POST

Description: It creates the custom Ticket Form.

Request Payload:

ParameterTypeOptional/RequiredDescription
namestringRequiredthe name should be unique.
is_user_formintegerOptionalIf it’s 1, then the form will be visible on the client panel.

Response Format: JSON

Response:-

{
"success":true,
"data": {"category":"ticket","id":"23"}
}

After creating the custom form, it will remain inactive. To activate it, use the following API.