Question

How to use JavaScript for external systems to integrate with InSided

  • 16 June 2020
  • 1 reply
  • 105 views

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


1 reply

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!

Reply