edit_scheduled_post
ActiveTool of SendIt
declared in 0.1.0
Edit a pending scheduled post. Supports text, media, platform, timing, approval-scope, and publish-now updates.
Parameters schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Compatibility alias for postId."
},
"text": {
"type": "string",
"description": "Updated post text."
},
"postId": {
"type": "string",
"description": "Scheduled post ID."
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"mediaUrl": {
"type": "string",
"description": "Replacement public HTTPS media URL, or an empty value to remove media."
},
"timezone": {
"type": "string",
"description": "Optional IANA timezone for the updated schedule."
},
"mediaUrls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Replacement public HTTPS media URLs."
},
"platforms": {
"type": "array",
"items": {
"enum": [
"x",
"linkedin",
"linkedin-page",
"facebook",
"instagram",
"threads",
"bluesky",
"mastodon",
"nostr",
"youtube",
"tiktok",
"lemmy",
"discord",
"slack",
"telegram",
"pinterest",
"dribbble",
"devto",
"hashnode",
"gmb",
"whop",
"producthunt"
],
"type": "string"
},
"description": "Optional replacement platform list."
},
"applyScope": {
"enum": [
"single",
"this_and_future"
],
"type": "string",
"description": "Whether to apply the edit to only this post or this and future occurrences."
},
"publishNow": {
"type": "boolean",
"description": "If true, publish immediately after applying the edit."
},
"scheduleId": {
"type": "string",
"description": "Compatibility alias for postId."
},
"scheduledAt": {
"type": "string",
"format": "date-time",
"description": "Compatibility alias for scheduledTime."
},
"firstComment": {
"type": "string",
"description": "Optional replacement Instagram first comment."
},
"scheduledTime": {
"type": "string",
"format": "date-time",
"description": "Updated ISO 8601 scheduled publish time."
},
"pinterestBoardId": {
"type": "string",
"description": "Optional replacement Pinterest board ID."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries