create_scheduled_report
ActiveTool of SendIt
declared in 0.1.0
Create a recurring analytics report that's generated and delivered automatically.
Parameters schema
{
"type": "object",
"required": [
"name",
"reportType",
"schedule"
],
"properties": {
"name": {
"type": "string",
"description": "Report name"
},
"schedule": {
"enum": [
"daily",
"weekly",
"monthly"
],
"type": "string",
"description": "Report frequency"
},
"platforms": {
"type": "array",
"items": {
"type": "string"
},
"description": "Platforms to include"
},
"reportType": {
"enum": [
"performance_overview",
"channel_comparison",
"content_analysis",
"ad_performance",
"attribution",
"executive_summary"
],
"type": "string",
"description": "Report type"
},
"deliveryMethod": {
"enum": [
"email",
"slack",
"webhook"
],
"type": "string",
"description": "How to deliver the report"
},
"deliveryTarget": {
"type": "string",
"description": "Email address, Slack channel, or webhook URL"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries