---
title: "Schedule an article for publishing"
method: POST
path: "/v3/cms/schedule"
tags: ["CMS"]
---

# Schedule an article for publishing

`POST /v3/cms/schedule`

Schedule an existing SnowSEO article to publish to a connected CMS provider at a future date-time.

## Request body

- object
  - `teamId` string
  - `articleSlug` string, required
  - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora', required
  - `scheduledAt` string, date-time, required
  - `cmsPostStatus` 'draft' | 'publish'

## Response `200`

Default Response

- object
  - `success` boolean
  - `message` string
  - `jobId` string

## Other responses

- `400` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/aa8eaa9e34a0/schema)
