URL: v3/add/custom/form/ticket
Method: POST
Description: It creates the custom Ticket Form.
Request Payload:
Parameter | Type | Optional/Required | Description |
name | string | Required | the name should be unique. |
is_user_form | integer | Optional | If 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.