Notifications
This module allows you to send notifications to users while maintaining their privacy.
Click Here To Get Started
React Component Usage
This is used to automatically embed a notifications component. Based on the params, it will indicate to the user if they already subscribed or not.
Your developer API-KEY
The name of the notification group you created earlier in the Notifiations Dashboard
The user’s wallet address or other random identifier
The size of the button - ‘small’ or ‘large’
The background of the button - ‘black’ or ‘white’
The color of the button text/icon
This function will be called when the user disables notifications
This function will be called when the user enables notifications
Bulk Send
This allows you to send notifications to all users of a particular notification group.
Send SMS
The group to which you want to send the notification.
The content of the sms that will be sent out.
Send Email
The group to which you want to send the notification.
The subject of the email that will be sent out.
The body of the email that will be sent out.
Individual Send
This allows you to send individual notifications to your users.
Send SMS
The user’s wallet address or other random identifier
The group to which you want to send the notification.
The content of the sms that will be sent out.
Send Email
The user’s wallet address or other random identifier
The group to which you want to send the notification.
The subject of the email that will be sent out.
The body of the email that will be sent out.
Notification Group Management
This allows you to create notifications groups and retrieve them
Create Notification Group
The name of the notification group
A contract address you would like associated with this group. This will later be used to allow you to token gate users.
Get Notification Group By Name
The name of the notification group
Get Notification Groups
Profiles Management
This allows you to upload profiles manuall to notification groups and retrieve the respective profiles.
Upload/Update Profile
The address of the user
An object containing information regarind the user. For uploading notification data regarding a user, set value to {email, phone}
The name of the notification group
Get Profiles
The number of profiles you want to retrieve
The offset of where to begin retrieving users
The name of the notification group
Get Profile
The address of the user
The name of the notification group