Scheduled posts
Adds configurable scheduling for posts and pages in Payload CMS.
Installation
pnpm add payload-plugin-scheduler About
The Scheduled posts plugin enhances Payload CMS by integrating a custom Date field that allows editors to schedule content publication. It enables a user-friendly interface in the admin panel where the scheduling status is easily visible. When a future date is set, the plugin automatically queues a `schedulePublish` job, allowing content to be published at designated times. This plugin is compatible with Payload v3 and works on collections and global settings that support drafts. Editors can sort and filter content by their scheduled publish times, streamlining the workflow. Additionally, it includes options for customizing the scheduling field, the interval for date pickers, and manual placement of the scheduling field within collections. The migration from version 2 to version 3 requires adjustments to how jobs are handled, as the plugin now utilizes native Payload job functionality instead of its previous scheduling approach. This means that the host application must manage the job queue, aligning with the standard methods described in Payload’s documentation.
Package info
- Package name
payload-plugin-scheduler- Latest version
1.1.0- Unpacked size
- 112 kB
- License
- MIT
- Weekly downloads
- 92
- Last publish
- Aug 4, 2026
More from wkentdag
View profileSimilar plugins
More in WorkflowReservation and Booking Manager
Manage reservations and bookings through Payload CMS with conflict detection and scheduling.
Stock Alerts
Sends a shop one email when product or variant inventory crosses a low stock threshold, with backorder handling and a storefront-readable status field.
Fulfillment
Adds fulfillment states, transition history, internal notes and tracking fields to Payload ecommerce orders.
Discord Sync
Syncs Discord guilds, channels, members, and roles into Payload collections on demand, over HTTP, or on a cron schedule via discord.js.
Socials
Multi-platform social publishing plugin for Payload 3 with OAuth adapters, scheduling, and audit trails for Pinterest, Instagram, Facebook, and Google Business Profile.
Schedule Publication
Enable automatic scheduled publishing of draft documents in Payload v3, triggered by a cron-pinged Bearer-protected endpoint.