Create a new notificationCopy Pagepost https://{endpoint}/v1/notificationsThis API allows you to create a new notification for a user.Body ParamsCreate a new notificationcategorystringenumrequiredThis is to identify type of notification. Currently only inapp category is supported.inappAllowed:inappsentTostringThe Email-id of the person who will be receiving this notification.sentBystringThe Email-id of the person of the person who is sending notification.urlstringYou can add link to notification and the user is redirected to it when he clicks the notification.messagestringrequiredThe notificatoin message that will be display to user. {{fullName}} variable can be used in message to display the sender name.notificationTypestringenumThe notification could be either activity or actionable. actionable - Notifications which require some action, like a follow request, leave approval. activity- Notification which publishes some information default will be activityactionableactivityAllowed:actionableactivityResponses 200Success 400Error 401Authorize error 403Forbidden errorUpdated 2 months ago List all notificationsUpdate notificationDid this page help you?YesNo