Skip to main content
Edward.Castro
Contributor ⭐️
June 16, 2020
Question

How to use JavaScript for external systems to integrate with InSided

  • June 16, 2020
  • 1 reply
  • 132 views

How do we use JavaScript on an external system (e.g. zoom for webinars) to award points for attending an event?

1 reply

tom.shaddock
Gainsight Employee ⭐️⭐️
June 16, 2020

Hey Eddie, so sounds like you’ll need to build something to hook into this API endpoint: https://api2-us-west-2.insided.com/docs/gamification/#operation/assignPoints

Basically it allows you to submit (as a POST request) just the user ID and the number of points you wish to increment their score by, it means you’re able to hook in external systems and increment / decrement scores on the community based on the messages submitted to this API endpoint.

Hope this makes sense, let me know if anything isnt clear!