searchSalesforceOpportunityContacts
Search contacts related to a Salesforce Opportunity — both contacts on the opportunity's account and its opportunity contact-roles — by name, email, title, or role, deduped across the two sources. Returns an empty result when Salesforce is not connected or the connected profile lacks access to the Contact / OpportunityContactRole objects.
searchSalesforceOpportunityContacts(
input: SearchSalesforceOpportunityContactsInput!
): SearchSalesforceContactsPayload
Arguments
searchSalesforceOpportunityContacts.input ● SearchSalesforceOpportunityContactsInput! non-null input
The opportunity id, search term, and optional result limit.
Type
SearchSalesforceContactsPayload object
A page of matching Salesforce contacts plus the total match count.