Features

Automate user communication with web push notifications—all in one platform.

Панель управления Awush — сервис веб пуш уведомлений
 
Push Notifications
Push Notifications

Flexible & personalized messages

Customize design, behavior, and actions for every notification.

  • Attach images and icons
  • Custom click-through URL
  • Up to 2 action buttons
  • Dynamic titles and descriptions
  • TTL, urgency, silent notifications
Subscriber Analytics
Subscriber Analytics

Understand your audience deeper

Collect and analyze data on every subscriber.

  • Country, city, region
  • Device type: mobile, tablet, desktop
  • OS and browser
  • Open and click statistics
  • Full interaction history
Bulk Campaigns
Bulk Campaigns

Automate mass outreach

Schedule, test, and send campaigns to millions.

  • Spintax for message variation
  • Personalization using user data
  • Targeted sends by audience segment
  • Detailed post-campaign analytics
Automation Flows
Automation Flows

Automated notification sequences

Engage new subscribers with timely, sequential messages.

  • Welcome message after 5 minutes
  • Usage tips after 1 day
  • Free trial offer after 1 week
  • Discount on paid plan after 37 days
Segments
Segments

Target your audience precisely

Create subscriber groups by geo, device, or import from CSV.

🌍 Filter by country or continent 📱 Segment by device type 🌐 Support for language preferences
RSS Automations
RSS Automations

Auto-send from your RSS feed

New blog post? Awush sends a push automatically.

  • Full push notifications from RSS
  • Customizable feed check frequency
  • Delayed sending option
  • Auto-fill title, description, and URL
Recurring Campaigns
Recurring Campaigns

Notifications on autopilot

Send every day, every Monday, or on the 1st of each month.

⏰ Precise scheduling: hour and minute | 🕒 Weekly schedule support | 📅 Monthly event triggers
API

Powerful REST API for developers

Full access to all Awush features via API.

Websites
Subscribers
Subscribers statistics
Campaigns
Personal notifications
Flows
Segments
Notification handlers
API Documentation
curl --request POST \
--url 'https://awush.com/api/personal-notifications' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Example name' \
--form 'website_id=1' \
--form 'subscriber_id=1' \
--form 'title=Example title' \
--form 'description=Example description' \