You're viewing a demo portfolio

Join the waitlist
PRSM

create_schedule

Active

Tool of QuintaDB

declared in 1.0.0

Створити розклад автоматичної розсилки записів форми на email (daily/weekly/monthly).

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id"
  ],
  "properties": {
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "period": {
      "type": "string",
      "description": "daily, weekly, monthly"
    },
    "run_time": {
      "type": "string",
      "description": "Час запуску HH:MM (default: 08:00)"
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    },
    "report_id": {
      "type": "string",
      "description": "ID звіту для відправки з фільтром"
    },
    "time_zone": {
      "type": "string"
    },
    "recipients": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Масив email-адрес"
    },
    "export_type": {
      "type": "string",
      "description": "email (default), ftp, sftp"
    },
    "email_template_id": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

QuintaDB

1/7 registries
View full server →