CreateAccordInput
No description
input CreateAccordInput {
id: String
accountName: String
accountGlyphUrl: String
opportunityName: String
opportunityAmount: BigFloat
closeDate: Datetime
sfdcUrl: String
crmId: String
crmType: String
crmOpportunityName: String
crmStageId: String
isDraft: Boolean
isTemplate: Boolean
templateId: String
templateName: String
crmObject: String
workspaceId: String
version: Int
closeReason: String
closedAt: Datetime
archivedAt: Datetime
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
crmObjectCreatedAt: Datetime
allowedAccess: String
}
Fields
CreateAccordInput.id ● String scalar
Explicit id for the accord; generated when omitted.
CreateAccordInput.accountName ● String scalar
The customer account name.
CreateAccordInput.accountGlyphUrl ● String scalar
Account glyph (logo) URL.
CreateAccordInput.opportunityName ● String scalar
The opportunity/deal name.
CreateAccordInput.opportunityAmount ● BigFloat scalar
The opportunity amount.
CreateAccordInput.closeDate ● Datetime scalar
The expected close date.
CreateAccordInput.sfdcUrl ● String scalar
Salesforce record URL.
CreateAccordInput.crmId ● String scalar
Id of the linked CRM record; triggers CRM contact import when set.
CreateAccordInput.crmType ● String scalar
CRM provider type (e.g. sfdc, hubspot, netsuite).
CreateAccordInput.crmOpportunityName ● String scalar
Opportunity name as it appears in the CRM.
CreateAccordInput.crmStageId ● String scalar
Id of the CRM stage the deal is in.
CreateAccordInput.isDraft ● Boolean scalar
Whether the accord starts as a draft.
CreateAccordInput.isTemplate ● Boolean scalar
Whether the accord is a template (playbook).
CreateAccordInput.templateId ● String scalar
The template (playbook) this accord is created from.
CreateAccordInput.templateName ● String scalar
Template display name.
CreateAccordInput.crmObject ● String scalar
CRM object type (e.g. opportunity, deal).
CreateAccordInput.workspaceId ● String scalar
The workspace to create the accord in.
CreateAccordInput.version ● Int scalar
Optimistic-concurrency version counter.
CreateAccordInput.closeReason ● String scalar
Reason recorded when the deal is closed.
CreateAccordInput.closedAt ● Datetime scalar
Timestamp the accord was closed.
CreateAccordInput.archivedAt ● Datetime scalar
Timestamp the accord was archived.
CreateAccordInput.deletedAt ● Datetime scalar
Timestamp the accord was soft-deleted.
CreateAccordInput.updatedAt ● Datetime scalar
Last-updated timestamp.
CreateAccordInput.createdAt ● Datetime scalar
Creation timestamp.
CreateAccordInput.crmObjectCreatedAt ● Datetime scalar
When the source CRM record was created.
CreateAccordInput.allowedAccess ● String scalar
Access-control setting controlling who can view the accord.
Member Of
createAccord mutation