
Gong API Integration Profile
Information and guides about integrating with Gong API
Add Gong Integration to Your ProductAdd call media (/v2/calls/{id}/media) in Gong API
Adds a call media, recorded by a telephony system (PBX) or other media recording facility. Gong accepts call recordings in various audio and video file formats, including WAV, MP3, MP4, MKV and FLAC. If uploading a dual-channel (stereo) file separated by speaker, make sure to specify which channel correspondsto the company team member (rep) in the parties/mediaChannelId parameter of the Add New Call operation.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls
'.Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
Id | pathParameters.id | string | |
Query | query | object | |
Data | data | object | |
Media File | data.mediaFile | string | The media file of the recording. You may attach files up to 1.5GB in size. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Request Id | requestId | string | A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes. |
Call Id | callId | string | New call ID |
Url | url | string | The URL to the page in the Gong web application where the call is available. |