Please take a minute to read the Features & Guidelines.
It’s important to follow these, otherwise we may disable your ability to send notifications.To send notifications to users you need to:
Request permission in the Developer Portal Advanced settings, for your mini app,
Request permission to send notifications from the user, via MiniKit (see Request Permission),
Actually send the notification using our API or the Developer Portal.
Notifications are queued on our servers, users may not receive them immediately.
Manually sending notifications from Developer Portal
This form doesn’t support localized notifications yet. To take advantage of
localizations, use the API.
You can send notifications to multiple wallet addresses (up to 1000) directly from the Developer Portal.
Use the form to input addresses, and content details. Once you click the Send button and get a success response, your notifications will be queued for delivery.
The API endpoint provides capabilities for sending notifications programmatically. These notifications can be localized,
which ensures you reach users in their preferred language. This results in a dramatically higher engagement rate.
Each user automatically receives the notification in their preferred language.
If their language isn’t included in your localizations, you’ll receive a specific reason in the response.For complete API documentation including all supported languages and response formats, see the API Reference.
We currently have a limit of 40 notifications per 4 hours for unverified apps. This is to help you test your notification implementations.
Currently you will need to create a new app if your app is verified as it will default to the verified app’s metadata. In addition, you need
to enable notifications for your mini app inside of World App to receive them.