Game Loom
  1. Notifications
Game Loom
  • Game Loom
    • 👋 Welcome to Game Loom
  • Getting started
    • Introduction
    • 👤 Authentication
  • User Registration
    • Introduction
    • Single user registration
      POST
    • Bulk Register Users
      POST
  • Notifications
    • Overview
    • Receiving Event Notifications via Webhooks
    • Get All notifications for specific user
      GET
  • Rewards
    • Overview
    • Points
      • Record user point event
      • Get user points
      • Get Specific user point
    • Levels
      • Record user level event
      • Get user levels
      • Get Specific user level
    • Badges
      • Award badge to user
      • Get user badges
      • Get Specific user badge
  • Challenges (Gamification elements)
    • Introduction
    • Leaderboard
      • Get available leaderboards for user
      • Submit score to a leaderboard
      • Get user's leaderboard participation history
      • Get leaderboard details
      • Get leaderboard ranking
      • Get user's record for a leaderboard
      • Get user's entry history for a leaderboard
    • Survey
      • Overview
      • Get available surveys for user
      • Start a new survey participation
      • Get detailed user participation
      • Get user's survey participation history
      • Abandon survey participation
      • Save individual answer to survey question
      • Submit completed survey
      • Submit Survey with answers (One-Step Submission)
    • Open Challenge
      • Overview
      • Get available open challenges for user
      • Complete an open challenge
      • Get user's open challenge participation history
      • Get user open challenge by ID
    • Schemas
      • Survey Schame
  1. Notifications

Overview

Game Loom allows you to send notifications to your users based on specific notification triggers.
To receive these notifications, you'll need to create a webhook endpoint on your backend. Game Loom will use this webhook to deliver the notifications, and from there, you can forward them to your users' devices.
Notifications triggers
Level up
New Level Unlocked
Badge Earned
Notification flow from Game Loom to your users.
You can also fetch all the endpoints from Game Loom that would be useful if you want to show it in a notification center in your app Please check Get All notifications for specific user
Modified at 2025-12-20 23:46:49
Previous
Bulk Register Users
Next
Receiving Event Notifications via Webhooks
Built with