publish_postPublish a post
Moves a draft into the publishing queue. When the profile requires approval and you pass approvers, the post waits for them instead.
- Category
- Posts
- Calls
- POST/v1/posts/{id}/publish
- Safe to auto-approve
- No. It changes data, so keep a human in the loop or scope the key.
Parameters
idstringrequiredPost id.
scheduledAtstringoptionalPublish at this time instead of immediately.
approversstring[]optionalEmail addresses to request approval from.
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "publish_post",
"arguments": {
"id": "a1b2c3d4-0000-4000-8000-000000000000"
}
}