Gong
Store Gong Configuration
Insert gong configuration using JWT token
post/api/gong/configuration
Request body
Example request
{
"security_key": "api_key",
"security_value": "123456",
"frequncy": "weekly",
"frequency_days": 7,
"talk_ratio": 45.5,
"longest_monologue": 120,
"customer_story": 30,
"interacivity": 75.25,
"patience": 60
}Response
Configuration stored successfully
Changes
Changed in 1 of the 2 revisions of this API.5
- ○
added the new optional request property
customer_storynew-optional-request-property
- ○
added the new optional request property
interacivitynew-optional-request-property
- ○
added the new optional request property
longest_monologuenew-optional-request-property
- ○
added the new optional request property
patiencenew-optional-request-property
- ○
added the new optional request property
talk_rationew-optional-request-property
- ○