Blog
PRODUCT NEWS

Smart Notification Scheduling with Delivery Windows

Seth Carney

December 16, 2024

Delivery Window Header

Smart Notification Scheduling with Delivery Windows

Sending a notification is simple—sending it at the right time is not. Whether it’s avoiding off-hours pings or managing users across time zones, timing matters. With Courier’s new Delivery Window, you can deliver messages at the perfect moment—without the overhead of custom scheduling code.

Set the Rules, We’ll Handle the Rest
The Delivery Window feature lets you define when notifications should go out, and Courier ensures they follow your rules. Instead of instant delivery, send the notification when it’s best for your user to get it and act on it.

For example, if a non-urgent alert is triggered on Sunday at 3 PM, you can configure a delivery window for work hours: Monday to Friday, 10 AM to 4 PM. Courier will hold the message and deliver it Monday at 10 AM—seamlessly, no extra work required.

Some key features include:

  • Time zone adaptability, allowing messages to be sent based on specific user locations
  • Support for both IANA and UTC± formats
  • Flexible scheduling with the ability to define complex windows

Here’s what it looks like in your API request:

Copied!

// If sent Thursday at noon, will send immediately
// If sent Saturday at noon, will delay until 8am the following Monday
{
"message": {
"to": {
"user_id": "test123",
"timezone": "Americas/Los_Angeles"
},
"delay": {
"until": "Mo-Fr 08:00-16:30"
}
}
}

Get Started Today
Ready to see it in action? Explore the Delivery Window docs and start sending notifications at the right time for users.

Similar resources

Tabs for inbox
Product News

Help Users Navigate In-App Notifications Faster with Tabs in Courier Inbox

As your product grows, notifications pile up fast—and a single “everything” list turns into noise. Tabs for Courier Inbox let you organize in-app notifications into focused views (like Comments, Mentions, or Reactions) so users can find what they need faster, without you building custom filtering UI.

By Mike Miller

January 08, 2026

AI AGENTS FOR NOTIFICATIONS
GuideProduct NewsNotifications Landscape

Your Notifications Now Have Two Audiences: Humans and AI Agents

AI agents are now filtering, summarizing, and acting on notifications before users ever see them. In late 2024, Anthropic released the Model Context Protocol. By mid-2025, MCP had become the connective tissue for AI agents that take actions on behalf of users. Google followed with A2A. Agentic browsers like Perplexity Comet and Opera Neon started treating the web as something to navigate programmatically. Your notification strategy needs to account for machine interpretation, not just human attention.

By Kyle Seyler

January 05, 2026

whatsapp typing indicator
GuideProduct NewsEngineering

How to Use WhatsApp Typing Indicators on Twilio (Public Beta Guide)

Twilio now supports typing indicators for WhatsApp. When your backend takes a few seconds to generate a response, you can show users that something's happening instead of leaving them staring at a silent chat. The indicator appears when you call the new /v2/Indicators/Typing endpoint, automatically marks the message as read, and disappears after your response arrives or 25 seconds pass. This guide covers the API details, implementation patterns for Node.js and Python, when to use typing indicators, and current beta limitations.

By Kyle Seyler

December 03, 2025

Multichannel Notifications Platform for SaaS

Products

Platform

Integrations

Customers

Blog

API Status

Subprocessors


© 2026 Courier. All rights reserved.