Gong

Available Gong triggers for automating workflows

Gong provides 2 triggers for automating workflows based on events.

Triggers

Gong Call Completed

Trigger workflow when a call is completed and processed in Gong

Configuration

ParameterTypeRequiredDescription
gongJwtPublicKeyPemstringNoRequired only when your Gong rule uses Signed JWT header. Sim verifies RS256, webhook_url, and body_sha256 per Gong. If empty, only the webhook URL path authenticates the request.

Output

ParameterTypeDescription
eventTypestringConstant identifier for automation-rule webhooks (gong.automation_rule). Gong does not send distinct event names in the payload.
callIdstringGong call ID (same value as metaData.id when present)
isTestbooleanWhether this is a test webhook from the Gong UI
callDatajsonFull call data object
metaDataobjectmetaData output from the tool
idstringGong call ID
urlstringURL to the call in Gong
titlestringCall title
scheduledstringScheduled start time (ISO 8601)
startedstringActual start time (ISO 8601)
durationnumberCall duration in seconds
primaryUserIdstringPrimary Gong user ID
workspaceIdstringGong workspace ID
directionstringCall direction (Inbound, Outbound, etc.)
systemstringCommunication platform used (e.g. Zoom, Teams)
scopestringCall scope (Internal, External, or Unknown)
mediastringMedia type (Video or Audio)
languagestringLanguage code (ISO-639-2B)
sdrDispositionstringSDR disposition classification (when present)
clientUniqueIdstringCall identifier from the origin recording system (when present)
customDatastringCustom metadata from call creation (when present)
purposestringCall purpose (when present)
meetingUrlstringWeb conference provider URL (when present)
isPrivatebooleanWhether the call is private (when present)
calendarEventIdstringCalendar event identifier (when present)
partiesarrayArray of call participants with name, email, title, and affiliation
contextarrayArray of CRM context objects (Salesforce opportunities, accounts, etc.)
trackersarrayKeyword and smart trackers from call content (same shape as Gong extensive-calls content.trackers)
topicsarrayTopic segments with durations from call content (content.topics)
highlightsarrayAI-generated highlights from call content (content.highlights)

Gong Webhook

Generic webhook trigger for all Gong events

Configuration

ParameterTypeRequiredDescription
gongJwtPublicKeyPemstringNoRequired only when your Gong rule uses Signed JWT header. Sim verifies RS256, webhook_url, and body_sha256 per Gong. If empty, only the webhook URL path authenticates the request.

Output

ParameterTypeDescription
eventTypestringConstant identifier for automation-rule webhooks (gong.automation_rule). Gong does not send distinct event names in the payload.
callIdstringGong call ID (same value as metaData.id when present)
isTestbooleanWhether this is a test webhook from the Gong UI
callDatajsonFull call data object
metaDataobjectmetaData output from the tool
idstringGong call ID
urlstringURL to the call in Gong
titlestringCall title
scheduledstringScheduled start time (ISO 8601)
startedstringActual start time (ISO 8601)
durationnumberCall duration in seconds
primaryUserIdstringPrimary Gong user ID
workspaceIdstringGong workspace ID
directionstringCall direction (Inbound, Outbound, etc.)
systemstringCommunication platform used (e.g. Zoom, Teams)
scopestringCall scope (Internal, External, or Unknown)
mediastringMedia type (Video or Audio)
languagestringLanguage code (ISO-639-2B)
sdrDispositionstringSDR disposition classification (when present)
clientUniqueIdstringCall identifier from the origin recording system (when present)
customDatastringCustom metadata from call creation (when present)
purposestringCall purpose (when present)
meetingUrlstringWeb conference provider URL (when present)
isPrivatebooleanWhether the call is private (when present)
calendarEventIdstringCalendar event identifier (when present)
partiesarrayArray of call participants with name, email, title, and affiliation
contextarrayArray of CRM context objects (Salesforce opportunities, accounts, etc.)
trackersarrayKeyword and smart trackers from call content (same shape as Gong extensive-calls content.trackers)
topicsarrayTopic segments with durations from call content (content.topics)
highlightsarrayAI-generated highlights from call content (content.highlights)

On this page