For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
          • Blocks reference
            • Trigger blocks overview
            • Output
            • Request
            • Response
            • Schedule
            • Start
            • MCP
        • Deployed flows overview
        • Connector blocks overview
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Outputs
  • Setup
  • Example
Postman FlowsFlows referenceBlocksTrigger

The Schedule block

||View as Markdown|
Was this page helpful?
Previous

The Response block

Next

The Start block

Built with

The Schedule block is one type of trigger block required to create a deployable flow that runs in the Postman cloud. The Schedule block lets you specify when and how often a flow will automatically run in the cloud.

The Schedule block can’t be deleted.

Outputs

Timestamp - Sends the date and time as a JSON key/value pair with the following format:

1{
2 "startTime": "YYYY-MM-DDTHH:MM:SS.SSSZ"
3}

Setup

To add a Schedule block to your flow, click Change trigger on the Start, Request, or MCP block and select Calendar icon Schedule.

In the Schedule block’s text box, enter a schedule in plain language and click Apply. For example, you could enter “Run every five minutes for one hour” or “Run every Tuesday at 2:00 PM PDT.” The shortest time increment you can schedule is one minute. The longest is one year. To edit the schedule, click Edit icon Edit Schedule.

The Schedule block doesn’t need to be connected to any other blocks to run the flow at the specified times. You can optionally connect the Timestamp output to any blocks you want to receive the time and date when the flow was triggered.

After you define the schedule, you can deploy the flow to begin the scheduled runs. To learn how, see Deploy flows in the Postman cloud.

Example

The following example shows a flow with a Schedule block set to run the flow every Tuesday at 2:00 PM Mountain Daylight Time:

Schedule block example