Skip to main content

EmailChannelCreateInput

Autogenerated input type of EmailChannelCreate

input EmailChannelCreateInput {
aiDraftsChannelIds: [ID!]
aiDraftsKnowledgeBaseIds: [ID!]
autoBccAddress: String
clientMutationId: String
color: String!
customFields: [CustomFieldLinkInput!]
email: String
emailTemplates: [EmailTemplateInput!]
incomingEmailServer: ImapServerInput
name: String!
outgoingEmailServer: SmtpServerInput
permittedAgentIds: [ID!]
permittedTeamIds: [ID!]
position: Int
senderName: String
signature: String
threadingType: ThreadingType
type: ChannelType!
useAgentName: Boolean
}

Fields

EmailChannelCreateInput.aiDraftsChannelIds ● [ID!] list scalar common

List of mailbox IDs for AI-generated drafts.

EmailChannelCreateInput.aiDraftsKnowledgeBaseIds ● [ID!] list scalar common

List of knowledge base IDs for AI-generated drafts.

EmailChannelCreateInput.autoBccAddress ● String scalar common

Auto BCC email address.

EmailChannelCreateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

EmailChannelCreateInput.color ● String! non-null scalar common

The color of the email channel.

EmailChannelCreateInput.customFields ● [CustomFieldLinkInput!] list input common

Custom fields associated with the channel.

EmailChannelCreateInput.email ● String scalar common

The email address associated with the channel.

EmailChannelCreateInput.emailTemplates ● [EmailTemplateInput!] list input common

Email templates for the channel.

EmailChannelCreateInput.incomingEmailServer ● ImapServerInput input common

Incoming email server configuration.

EmailChannelCreateInput.name ● String! non-null scalar common

The name of the email channel.

EmailChannelCreateInput.outgoingEmailServer ● SmtpServerInput input common

Outgoing email server configuration.

EmailChannelCreateInput.permittedAgentIds ● [ID!] list scalar common

List of permitted agent IDs.

EmailChannelCreateInput.permittedTeamIds ● [ID!] list scalar common

List of permitted team IDs.

EmailChannelCreateInput.position ● Int scalar common

Position of the channel in the display order.

EmailChannelCreateInput.senderName ● String scalar common

Customers see this name in the From field when they view conversations sent from this channel.

EmailChannelCreateInput.signature ● String scalar common

Email signature for the channel.

EmailChannelCreateInput.threadingType ● ThreadingType enum common

Threading type for conversations.

EmailChannelCreateInput.type ● ChannelType! non-null enum common

The type of the email channel.

EmailChannelCreateInput.useAgentName ● Boolean scalar common

Whether to use the agent's name in customer replies.

Member of

channelEmailCreate mutation