Ask questions and learn best practices about Gong's integrations.
Recently active
I have a large number of Conversations in Salesforce that I want to associate with Person Accounts. I’ve done CSV with the Gong ID and the Salesforce ID but I’m getting errors. Has anyone done this? If so, do you need anything beyond those two fields? Any tips would be great.
I’m sending a request to v2/calls/extensive? and trying to fetch data for the previous UTC hour.Request body:{'filter': {'fromDateTime': '2024-09-23T19:58:59Z', 'toDateTime': '2024-09-23T20:59:02Z'}} I’m receiving some records, but when I rerun the same request later, I get many more additional records.What could be the reason for this behavior, and is there a way to fix it?
On making a refresh token request, a new refresh token is generated and the old refresh token is invalidated. If the new refresh token is somehow lost, there’s no way to recover. Is it possible to make the old refresh token stay valid for a grace period after it is used in making a refresh token call?
Access Tokens expire periodically based on this doc - https://help.gong.io/hc/en-us/articles/13944551222157-Create-an-app-for-GongRefresh tokens can be used to get new access tokens. However, when do refresh tokens expire ?I have been getting “Refresh token code is invalid” error for an integration whose access / refresh cycles were working for the recent past.
In gong you can ask anything relating to a call. And it seems to work pretty well. In salesforce we have a number of fields in our opportunity relating to customer goals, pains, risks etc. it would be good if we could map a field from salesforce, phrase it as a question for gong ai and then automatically populate the field in salesforce.
In Gong’s Salesforce integration settings, you can filter the Gong calls that are exported to Salesforce. However, the “Is Private?” flag is NOT available in the list of filters.FEATURE REQUEST: Please allow private calls to be filtered out of calls exported to Salesforce.QUESTION: Any workarounds? I’ve implemented a Salesforce validation rule that prevents Gong Conversation records from being created in Salesforce if the Is Private flag is set to true. That generally works, but it may cause problems if Gong sends a batch of records over to Salesforce and one (or more) call records are private (the other non-offending records would also fail due to rollback of the entire batch).
I am, trying to get the call summary from the /v2/calls/ai-content)End point. Note that queries using other endpoints work fine, but this one no matter what throws a 500 server error. Have been banging my head on this for a while would appreciate any helpURL/v2/calls/ai-contentBody{ "filter": { "fromDateTime": "2022-11-14T20:50:27.294Z", "toDateTime": "2023-11-14T20:50:27.295Z", "callIds": [ "555785916001072125" ], , "contentSelector": { "brief": true, "outline": true, "highlights": true, "callOutcome": true } },}MethodPOST
I’m extracting Gong data to our warehouse using Fivetran. For some reason I do not see the Conversations tables and the CRM tables (entity value, deal, account etc) showing data from our SFDC. I’m seeing other tables such as trackers, calls, worksapce, scorecard.Are these tables created by default? Does it require some additional configuration? Fivetran ERD for Gong appears here
Hi all- Has anyone ever brought gong calls into Salesforce as an activity type subtype. I want to pull activity reports without using the report type of conversations. I heard that calls from GONG contain a subject starting with “ Zoom: ”, but subjects can be changed in Salesforce. The goal would be to determine which are phone calls and which are gong pre-scheduled calls. Thanks, Kristen
I would like to easily see what is coming into the pipeline, falling out, and closing over time in the form of a graph and data points. Does anyone have tips or tricks for doing this in Gong/Salesforce?
Hello all! Since we are trying to integrate with the API that Gong is providing, we are interested in being able to identify the user that got oAuth-ed. Is the a way to achieve this? I am looking through the docs for some time now, and might be that I am missing it some where.In other words said, we want to get the user data for the oAuth-ed user.
Has anyone tried to integrate Gong with Raycast.ai? I would love to connect with people who might have integrated Gong with certain custom productivity tools for a streamlined workflow
Hi. I connected Gong to Salesforce, then installed Gong for Salesforce and completed the configuration. In Gong, It’s still showing Gong for Salesforce is not installed. Can anyone help diagnose what I did wrong, or didn’t do?
We don’t need to update all related Salesforce event records. Nor do we need to sync all the Gong data into Salesforce. We just need to update the related Salesforce event as to the duration of the meeting. Does Gong have out of the box configuration that can do this? Or is an api call required?Thanks
Hi all - We are natively integrated with Zoom as our preferred conferencing solution. Recording works great but I recently tried setting up a call via Gong (using the Gong plug in via outlook) and including a conference room. I was unable to / didn’t have the option to join the meeting via our conference room tablet. What is the best way to have calls recorded that are in a conference room? Our standard conference room equipment is: Logitech Rally Bar Mini & Tap IPLogitech Rally Plus & Logitech RoomMate & Tap IP And they are all setup as ZoomRooms Any thoughts on how to join a zoom call that is being recorded in via Gong from a conference room? Thank you!
We have two SFDC instances with different BUs using a single Gong instance, can we connect these two SFDC instances to a single Gong instance for integration capabilities?
I know Gong is paying attention to the need to track non-recorded meetings, as seen here: VIEW MEETINGS WITHOUT SCHEDULED RECORDINGSI’m wondering if there’s a way to push those meetings into Salesforce as Tasks so that we can have full insight into our team’s contact with clients. Thanks!
Hi, I'm attempting to retrieve Gong call transcripts by sending a GET request to the following endpoint: https://api.gong.io/v2/calls/transcript. However, I consistently encounter a 404 error or 'not found' response. I've been able to successfully retrieve Gong calls using this endpoint: https://api.gong.io/v2/calls. Could you please provide documentation or suggest a specific endpoint for accessing call transcripts?"These changes aim to enhance the overall structure and flow of your message
For some reason when I ran the sync between Salesforce and Gong, the to-dos I create in Gong are not populating in Salesforce. I created all of the fields required for tasks and activities in Salesforce per the Gong docs instructions, and I see the integration is supposedly working on the Gong side, but I am not seeing any new tasks or activities in Salesforce.
Hi Everyone! I was wondering if anyone has been able to solve for this: we have Gong integrated with Salesforce and we want to report on how many calls our CSMs attend as participants and how many calls they host in the same report. Ideally, any call that the CSM would attend could also be counted towards their calls for the week. Currently, we’re using a task and events report type that uses the “Assigned to” field to report on the event record, but we are limited to just who hosted the call. We’ve played around with some of the out of the box Gong report types that are part of our unmanaged package, but we’re hitting a dead end. Totally open to some new ideas from the community!Thank you!
There’s no way to link the access token provided by OAuth to user or company data.How to know who gave the permissions?
We are having issues with duplicate contact roles being created and I’m wondering if anyone else in the community has successfully customized the flow(s) that add new contacts and contact roles from Participants on conversation records. We took the logic from Gong's help documentation and customized it a bit to suit our Salesforce instance. We have a few unique requirements:We want to add the Gong participants from each conversation to ALL related open opportunities for that account, not just the most recent one or the opp with the matched owner from the call. We want to add new/unknown Gong participants as new contacts, and then also add them as Contact Roles to those same open opportunities.The logic seems to work, except that the flow is creating duplicate Contact Roles for each Opportunity - same name, same contact, the only difference is the Contact Role ID. One of our engineers determined that the likely cause of the duplicates is likely due to batch syncing between Gong and Sal
I have upgraded from 2.26 to 2.28 this morning following this guide, Upgrade Gong for Salesforce – Gong Help Center. In Salesforce, the Gong installed package shows me that it has upgraded to 2.28 and I have added the two new fields to the Conversation object as prescribed. In Gong though, under the Salesforce integration information, I still see version 2.26 and it is still prompting me to upgrade to 2.28. I have logged out and logged back in multiple times now for the past 2 hours, but still seem the same. Is there something else I need to do within Gong?
Gong is creating multiple tasks for emails sent to multiple recipients, one task per recipient. This is inflating our activity metrics and I haven’t found a way to group unique emails together to solve for this. Does Gong offer a solution? Is it possible to create a single task and associate it with multiple contacts instead. I know this is possible from a Salesforce perspective. Or create a Unique Email ID for each unique email or a similar field I can group off of.
Our organization is looking to upgrade our Call Center and want to see if it’s possible to use Gong. Is anyone else using Gong with their customer service teams?
Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.