Note
This article is relevant only for Gong for Salesforce version 2.24 and higher.
Leverage the range of CRM enrichment capabilities in Gong for Salesforce to help you create or update leads and contacts in your org.
Enrich your Salesforce data by implementing either a process builder or flow to do the following:
-
Create a new Contact or Lead in Salesforce
-
Update an existing Contact or Lead's Title attribute
Below are Gong's recommendations, however each organization can make small changes to suit their own needs.
-
The automation should only begin when a participant record is created.
-
There are two conditions you may want to consider beforehand:
-
Participant Type is User - There is no reason or need to process a User.
-
The Participant email is not from my organization - If you are pushing internal Gong conversations that include participants from your organization who are not Gong users, there is no need to process these participants.
-
-
Check if the participant is an existing Lead or Contact.
-
If the participant is an existing lead or contact, you can update their title in their original contact or lead record.
Tip
Use the Participant Lead or Participant Contact search options to retrieve the participant’s original record.
-
If the participant is not a contact, lead, or user then the participant is tagged as unknown. You can convert an unknown participant into either a Contact or Lead as described below.
-
Convert an unknown participant into either a Lead or Contact
-
Go to Gong Conversation > Primary Account.
-
Check if the participant’s conversations are associated with a Primary Account.
-
Create a new contact when the participant’s conversations are associated with a Primary Account. Include the participant's full name, email address, and title.
-
Create a new lead when when the participant’s conversations are not associated with a Primary Account. Include the participant's full name, email address, and title.
-
When creating a lead, add a formula to capture the company name, as shown in the following Lightning Flow example: RIGHT({!$Record.Gong__Participant_Email__c}, LEN({!$Record.Gong__Participant_Email__c}) - FIND(“@",{!$Record.Gong__Participant_Email__c}))
-
Optional: To further optimize your data enrichment consider using a formula that splits the full name into first and last names
-
-
The flow charts below show how to automate contacts and enrich leads. Both flow charts and processes provide the same results whether you implement this automation using Process Builder or Lightning Flow.
Add the contact role details for participants in calls associated with a primary opportunity by implementing either a process builder or lightning flow using the Gong for Salesforce - Update Participant Contact Role flow template. The diagram below shows how to automate adding the contact role.
If you have set up trackers in Gong to identify competitors in calls, you can implement either a process builder or lightning flow for the Gong for Salesforce - Update Main Competitors flow template. This will add any competitors that are mentioned to the Main Competitors field in the Opportunity. The diagram below shows how to automate adding the competitor details to the opportunity.
Once this is set up, the competitor is displayed in the opportunity:
Comments
0 comments
Article is closed for comments.