Skip to main content

GetContactsFromCrmInput

No description

input GetContactsFromCrmInput {
accordId: String!
crmId: String!
crmType: String!
}

Fields

GetContactsFromCrmInput.accordId ● String! non-null scalar

Accord whose CRM object and dismissed-contact list filter the result.

GetContactsFromCrmInput.crmId ● String! non-null scalar

Id of the CRM record (opportunity/deal) to read contacts from.

GetContactsFromCrmInput.crmType ● String! non-null scalar

CRM provider the record belongs to (e.g. salesforce, hubspot, netsuite).

Member Of

contactsFromCrm query