Skip to main content

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

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