Fill in the blank. To make it easier to troubleshoot the change log, the integration user should be___.
- the system admin’s account.
- any employee’s account.
- a separate account with its own permissions.
- the CEO’s account.
Home » Hubspot Salesforce Integration Certification Answers » Page 15
Hubspot Salesforce Integration Certification Answers
Learn how to plan, implement, troubleshoot, and maintain the Salesforce integration for clients.
All answers to pass this certification are only in our .PDF file, you can buy and download here:
Questions:
By vmartinez
Fill in the blank. To make it easier to troubleshoot the change log, the integration user should be___.
By vmartinez
True or false? It’s possible to connect one HubSpot account to multiple Salesforce instances using the HubSpot integration.
By vmartinez
Which of the following actions triggers an API call?
By vmartinez
Select all that apply. As a general rule, contacts will not sync to Salesforce if they:
By vmartinez
Integration user, Shonda Rimes, discovers several contacts that have two separate records in Salesforce. In order to deduplicate these records and continue syncing HubSpot data through the integration, which record should she choose as the master record?
Explanation:
By vmartinez
What property does HubSpot use to deduplicate records?
Explanation:
HubSpot deduplicates records based on unique identifiers that vary depending on the object type:
Contacts → Deduplicated by email address (primary unique property). If no email is present, HubSpot can also use the User Token (a cookie stored in the browser).
Companies → Deduplicated by Company Domain Name.
Deals & Tickets → Deduplicated by the Record ID (an internal HubSpot-generated unique ID).
In the API context, HubSpot also uses the vid (Contact ID) or id (object ID) as the ultimate deduplication property, since emails and domains can change.