latestOpenAPI 3.0.02026-08-1122089.2 KB

af3fca8cbe6f

Gong

Store Gong Configuration

Insert gong configuration using JWT token

post/api/gong/configuration

Request body

security_keystring required
security_valuestring
frequncystring
frequency_daysinteger
talk_rationumber float
longest_monologueinteger
customer_storynumber float
interacivitynumber float
patiencenumber float

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