object

CustomForm

Details regarding a form.
Fields
Unique identifier for the form.
application_id
String
Application ID - Identifier for a Sales channel.
created_on
CreatedOn
Time of creation of the history event.
description
String
Form description that will be shown to the user.
header_image
String
Form header image that will be shown to the user.
inputs
[JSON]
List of all the form fields.
login_required
Boolean!
Required
If login is required to make a form response submission.
poll_for_assignment
PollForAssignment
Describes how polling will be done for the created tickets.
priority
Priority!
Required
Denotes the priority of ticket.
should_notify
Boolean!
Required
If new response submission for the form should be notified to the assignees.
slug
String
Slug for the form, which is to be used for accessing the form.
submit_button
SubmitButton
Details for submit button.
success_message
String
Message that is to be shown on successful form response submission.
title
String
Form title that will be shown to the user.