Send Types
Description of all four scheduler types in Notify Partners — instant, scheduled, weekly and auto-push
A scheduler defines when and to whom a push notification is sent. Notify Partners offers four send types. Each scheduler is tied to one application. Multiple push templates can be attached to a scheduler — the system selects the appropriate one by recipient language.
Instant Send
A one-time send right now. Cannot be scheduled, cannot be repeated.
When to use:
- Urgent alerts (maintenance, breaking news).
- On-demand manual campaigns.
- Testing a template with a real audience.
How to create:
- Go to Schedulers → "Create" → select type Instant.
- Select the application and push template.
- If needed, set audience filters.
- Click "Send" — pushes are dispatched immediately.
Scheduled Send (OneSend)
A one-time send at a specified date and time. Created in advance, executed once.
When to use:
- Promotions with a clearly defined start date.
- Holiday campaigns.
- Any one-time future send.
How to create:
- Go to Schedulers → "Create" → select type Scheduled (OneSend).
- Specify the send date and time.
- Select the timezone — you can send at the recipients' local time.
- Select the application, template and set filters if needed.
- Save — the scheduler activates and runs at the specified time.
Weekly Send (SmartWeekly)
A recurring campaign every week. You set days of the week and time slots — the scheduler runs automatically on schedule.
When to use:
- Regular promotional campaigns (e.g., "Friday deal").
- Weekly digests or reminders.
- Continuously running campaigns.
How to create:
- Go to Schedulers → "Create" → select type Weekly (SmartWeekly).
- Check the days of the week (e.g., Mon, Wed, Fri).
- Add one or more time slots (e.g., 09:00 and 18:00).
- Select the application, template and configure filters.
- Activate the scheduler — it will run indefinitely until deactivated.
Auto-Push by Event (AutoPush / Conversion)
The scheduler fires automatically when a postback with a specific user event is received. The most flexible type — allows building user interaction chains.
When to use:
- Welcome push 5 minutes after registration.
- Reminder 24 hours after the first deposit.
- Reactivation of users who performed a specific action.
How it works:
- Your server sends a postback:
GET /postback?app_id=APP_ID&token=POSTBACK_TOKEN&event=reg&ic=INSTALL_TOKEN - The system finds the device by
ic(install token) and receives the event (reg,dep,purchase, etc.). - If there is an active auto-push scheduler for this event, a delay timer starts.
- After the delay expires, the device receives the push.
How to create:
- Go to Schedulers → "Create" → select type Auto-Push (Conversion).
- Select the event that triggers the scheduler (e.g.,
reg). - Specify the delay in minutes from the event.
- Select the application, template and set filters if needed.
- Activate the scheduler.
More about events — in the Custom Events section.
Audience Filters
When creating any scheduler type, you can set filters — only devices matching all conditions will receive the push:
| Filter | Description |
|---|---|
| Countries | Filter by ISO country code (RU, US, DE, ...) |
| Languages | Device language (en, ru, es, ...) |
| Audience Groups | Pre-created named segments |
| Events | Include or exclude devices by event presence |
Filters are combined with AND: a device must match all specified conditions simultaneously.
More about creating segments — in the Audience Groups section.