create_reminder
ActiveTool of QuintaDB
declared in 1.0.0
Створити нагадування: надіслати email за N днів до/після значення поля дати.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id",
"date_field"
],
"properties": {
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"run_time": {
"type": "string",
"description": "Час HH:MM (default: 08:00)"
},
"entity_id": {
"type": "string",
"description": "Form ID (from list_forms or describe_project)"
},
"time_zone": {
"type": "string"
},
"date_field": {
"type": "string",
"description": "Назва або ID поля дати"
},
"recipients": {
"type": "array",
"items": {
"type": "string"
},
"description": "Email-адреси"
},
"days_before": {
"type": "integer",
"description": "За скільки днів до дати (0 = в день події, від'ємне = після)"
},
"email_template_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries