Skip to main content

CreateAccordTemplateInput

No description

input CreateAccordTemplateInput {
templateName: String
opportunityName: String
crmObjectPreference: String
accountGlyphUrl: String
allowedAccess: String
description: String
segment: String
region: String
autoAssignBanner: Boolean
}

Fields

CreateAccordTemplateInput.templateName ● String scalar

Display name for the template.

CreateAccordTemplateInput.opportunityName ● String scalar

Default opportunity name applied to accords created from this template.

CreateAccordTemplateInput.crmObjectPreference ● String scalar

Preferred CRM object type this template maps to (e.g. opportunity, deal).

CreateAccordTemplateInput.accountGlyphUrl ● String scalar

Account glyph (logo) URL for the template.

CreateAccordTemplateInput.allowedAccess ● String scalar

Access-control setting controlling who can use the template.

CreateAccordTemplateInput.description ● String scalar

Human-readable description of the template.

CreateAccordTemplateInput.segment ● String scalar

Sales segment this template targets.

CreateAccordTemplateInput.region ● String scalar

Region this template targets.

CreateAccordTemplateInput.autoAssignBanner ● Boolean scalar

Whether accords from this template auto-assign a banner image.

Member Of

createAccordTemplate mutation