SendInvitationEmailAccordInput
No description
input SendInvitationEmailAccordInput {
accordId: String!
opportunityName: String!
accountName: String!
accountGlyphUrl: String
workspaceId: String!
}
Fields
SendInvitationEmailAccordInput.accordId ● String! non-null scalar
The accord the invitation is for.
SendInvitationEmailAccordInput.opportunityName ● String! non-null scalar
Opportunity/deal name shown in the invitation.
SendInvitationEmailAccordInput.accountName ● String! non-null scalar
Name of the account (company) shown in the invitation.
SendInvitationEmailAccordInput.accountGlyphUrl ● String scalar
Glyph/logo URL for the account, shown in the invitation.
SendInvitationEmailAccordInput.workspaceId ● String! non-null scalar
Workspace the accord belongs to.
Member Of
SendInvitationEmailInput input