Skip to main content

CustomFieldLinkInput

No description

input CustomFieldLinkInput {
description: String
icon: CustomFieldIcon
isArray: Boolean!
key: String!
name: String!
options: [CustomFieldOptionInput!]
placeholder: String
required: Boolean
scope: CustomFieldLinkScope!
type: CustomFieldType!
}

Fields

CustomFieldLinkInput.description ● String scalar common

A description of the custom field.

CustomFieldLinkInput.icon ● CustomFieldIcon enum common

The icon for the custom field.

CustomFieldLinkInput.isArray ● Boolean! non-null scalar common

Whether or not to allow multiple values per contact/company for this field.

CustomFieldLinkInput.key ● String! non-null scalar common

An immutable identifier for the custom field.

CustomFieldLinkInput.name ● String! non-null scalar common

The name of the custom field.

CustomFieldLinkInput.options ● [CustomFieldOptionInput!] list input common

The available options for the custom field if the type is DROPDOWN.

CustomFieldLinkInput.placeholder ● String scalar common

The text to show in the input field when the custom field is empty.

CustomFieldLinkInput.required ● Boolean scalar common

True if the custom field needs to be filled in the UI; false otherwise.

CustomFieldLinkInput.scope ● CustomFieldLinkScope! non-null enum common

The scope applied to the custom field.

CustomFieldLinkInput.type ● CustomFieldType! non-null enum common

The custom field type.

Member of

EmailChannelCreateInput input ● EmailChannelUpdateInput input