Skip to main content
Question

API call: /v2/calls/manual-crm-associations'

  • September 23, 2024
  • 3 replies
  • 91 views

Forum|alt.badge.img

I’m having issues with the Gong integrations API via python.

Here are my steps:

  • I integrated HubSpot with Gong.
  • I manually associated Gong calls with HubSpot accounts via Gong UI (I can see the associations in the UI)
  • My application calls the API: 
    /v2/calls/manual-crm-associations

However, I get a 404 error: No manually associated calls with CRM data found. 

Has anyone been able to get this API (in beta presumably) to work?

 

Thanks!

3 replies

Andrew O'Driscoll
Forum|alt.badge.img+4

I suspect given the 404 error that the error is not specific to the manual association API call, but to connecting in general. Have you tried using other API endpoints to confirm that API token etc. is valid? 

 

I hit the https://api.gong.io/v2/calls/manual-crm-associations endpoint in a test environment and got 

{
    "requestId": "cedvhq2p85dhophnfq",
    "records": {
        "totalRecords": 2,
        "currentPageSize": 2,
        "currentPageNumber": 0
    },
    "associations": [
        {
            "callId": "963656233271923412",
            "userId": "5163858753368344694",
            "created": "2021-10-20T14:18:20.45992-04:00",
            "associatedCrmObjects": [
                {
                    "accountCrmId": "0014W00002b38vPQAQ",
                    "dealCrmId": "0064W000017bR2zQAE"
                }
            ]
        },
        {
            "callId": "8662336506672475103",
            "userId": "1342930387683404098",
            "created": "2021-11-02T13:38:21.268773-04:00",
            "associatedCrmObjects": [
                {
                    "accountCrmId": "0014W00002b38vPQAQ",
                    "dealCrmId": null
                }
            ]
        }
    ]
}

 


Forum|alt.badge.img
  • Author
  • Community Newbie
  • 1 reply
  • September 23, 2024

Thanks for the reply!  Yes, I can hit all other APIs successfully.  Regarding the token issue, is this the only additional permission (beyond permissions to pull call transcripts): 

 

api:crm-calls:manual-association:read

 

Is your integration with HubSpot?  Did you manually associate the objects inside the Gong UI?

 

 


Forum|alt.badge.img
  • Community Newbie
  • 3 replies
  • January 10, 2025

@Jennifer Wu Were you able to resolve this?

 

I’m running into the same issue as well with the Hubspot integration. Other APIs I can hit fine and return a valid response


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings
×