getSFDCContact
Fetch a single Salesforce Contact by its record id from the workspace's connected Salesforce org. Returns null when Salesforce is not connected or no matching contact is found.
getSFDCContact(
input: getSFDCContactInput!
): getSFDCContactPayload
Arguments
getSFDCContact.input ● getSFDCContactInput! non-null input
Wrapper carrying the Salesforce Contact id to fetch.
Type
getSFDCContactPayload object
A single Salesforce Contact record resolved by id.