Skip to content

Documentation

Quickstart

Send your first push notification in 30 seconds.

1. Get a Bot Token

Download the BotBell app, sign in, and create a Bot. Copy the token (starts with bt_).

2. Send a notification

Run this command — you'll get a push notification on your phone instantly:

curl -X POST "https://api.botbell.app/v1/push/bt_YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from BotBell!"}'

3. That's it!

Choose an integration below to go further: