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

Changes

Changed in 1 of the 2 revisions of this API.5

    • added the new optional request property customer_story

      new-optional-request-property

    • added the new optional request property interacivity

      new-optional-request-property

    • added the new optional request property longest_monologue

      new-optional-request-property

    • added the new optional request property patience

      new-optional-request-property

    • added the new optional request property talk_ratio

      new-optional-request-property