bulk_schedule
ActiveTool of SendIt
Schedule multiple posts at once from CSV content. USE THIS WHEN: • User has a spreadsheet or list of posts to schedule • Planning a content calendar for a month • Migrating content from another tool CSV FORMAT (required columns): • platform: linkedin, instagram, x, tiktok, threads • scheduled_time: ISO 8601 format (e.g., 2024-02-15T10:00:00Z) • text: Post content/caption OPTIONAL COLUMNS: • media_url: Image or video URL • first_comment: First comment to add (Instagram/LinkedIn) • hashtags: Additional hashtags to append PROCESS: 1. First call with validate_only: true to check for errors 2. Review validation report with user 3. Call again with validate_only: false to execute import
Parameters schema
{
"type": "object",
"required": [
"csv_content"
],
"properties": {
"filename": {
"type": "string",
"description": "Optional filename for tracking (default: upload.csv)"
},
"csv_content": {
"type": "string",
"description": "CSV content as a string (include header row)"
},
"skip_errors": {
"type": "boolean",
"description": "If true, skip rows with errors and schedule valid rows only"
},
"validate_only": {
"type": "boolean",
"description": "If true, only validate without scheduling. Default: true for safety."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries