Built-in flows to enrich your Gong data in Salesforce
Note
This article is relevant for Gong for Salesforce version 2.24 and higher.
We add flows to Salesforce so that you can enrich your CRM data with additional Gong data. By default flows are inactive and you can choose which ones to activate. In addition, flows are set up as templates and can be edited as needed. Changes should be made by a Salesforce certified system admin.
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:
You can simplify the process of defining contact roles for an opportunity, by setting up this flow to identify conversation participants who are also contacts in Salesforce and add them to the contact role if there is a related opportunity.
The Gong for Salesforce - Create contact role flow can be run along or it can be added to the Gong for Salesforce - Enrich Contacts and Leads flow as the final step when a contact is created.
The diagram below shows how to automate adding contact roles to opportunities:
Activate the Gong for Salesforce - Create Event from Gong Conversation flow to create events for your Gong conversations. The event includes the conversation subject, assign to, related to, description, start date/time, and end date/time. The diagram displays the flow for creating an event: