The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Gong Fetch Calls",
"nodes": [
{
"parameters": {},
"id": "webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "getCalls",
"filters": "={{ JSON.stringify($json.body.filters ?? {}) }}"
},
"id": "gong",
"name": "Gong",
"type": "n8n-nodes-base.gong",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Gong",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
"mcp",
"gong",
"calls"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Gong Fetch Calls. Uses gong. Webhook trigger; 2 nodes.
Source: https://github.com/developers-universe-1/agentic-sales-engine/blob/main/n8n/workflows/gong-fetch-calls.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and
Bazztech Expiration Workflow. Uses itemLists, whatsApp. Webhook trigger; 5 nodes.
Crown Storage — Send Lead Email. Uses gmail. Webhook trigger; 5 nodes.
3. Qualify with Agent Zero - Ringatrade. Webhook trigger; 4 nodes.