We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a71158 commit a79bb4bCopy full SHA for a79bb4b
apps/sim/app/(landing)/integrations/data/integrations.json
@@ -4106,8 +4106,19 @@
4106
}
4107
],
4108
"operationCount": 18,
4109
- "triggers": [],
4110
- "triggerCount": 0,
+ "triggers": [
+ {
4111
+ "id": "gong_webhook",
4112
+ "name": "Gong Webhook",
4113
+ "description": "Generic webhook trigger for all Gong events"
4114
+ },
4115
4116
+ "id": "gong_call_completed",
4117
+ "name": "Gong Call Completed",
4118
+ "description": "Trigger workflow when a call is completed and processed in Gong"
4119
+ }
4120
+ ],
4121
+ "triggerCount": 2,
4122
"authType": "none",
4123
"category": "tools",
4124
"integrationType": "sales-intelligence",
0 commit comments