gong
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name GONG_ACCESS_KEY or zero doctor check-connector --url https://$GONG_API_BASE/v2/users --method GET
Authentication
Gong uses HTTP Basic authentication. The username is your Access Key and the password is your Access Key Secret. With curl, pass them via the -u flag (it handles Base64 encoding):
-u "$GONG_ACCESS_KEY:$GONG_ACCESS_KEY_SECRET"
Generate the key pair in Gong under Company Settings → Ecosystem → API. It requires the "Technical Administrator" permission profile.