Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 4e41c9d

Browse files
authored
Docs/mini apps notification (#2434)
* added notifications * added notifications
1 parent f1f0084 commit 4e41c9d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

apps/base-docs/docs/pages/wallet-app/mini-apps.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,24 @@ Note: Only ~30 of the hundreds of mini apps we've seen have set this data, we **
120120
}
121121
}
122122
```
123+
124+
## Sending notifications to users
125+
126+
You will soon be able to send notifications from your Mini App that will appear in Coinbase Wallet. These notifications help re-engage users when something important happens, like a new drop, an update, or a reminder to complete an action. There are two ways to integrate:
127+
128+
### Use Neynar (recommended)
129+
130+
The fastest way to start sending notifications. Neynar provides:
131+
132+
- A hosted webhook interface
133+
- Built-in user token management (opt-in / opt-out)
134+
- CLI tools and a dashboard
135+
- Analytics out of the box
136+
- [Get started here](https://docs.neynar.com/docs/send-notifications-to-mini-app-users)
137+
138+
### Use your own infra
139+
140+
You can self-host your own backend as long as it follows the [Farcaster Mini App notification spec](https://miniapps.farcaster.xyz/docs/guides/notifications). This includes:
141+
142+
- Sending lifecycle events (`notification_enabled`, `notification_disabled`)
143+
- Posting events to the expected format

0 commit comments

Comments
 (0)