create_email_template
ActiveTool of QuintaDB
declared in 1.0.0
Створити email-шаблон для розсилки з форми. Вставляй 'html_name' поля в body та subject БЕЗ жодних дужок (просто як текст, наприклад: Вітаємо, Full Name). Ніколи не використовуй {{}} чи []. Отримай html_name через get_form_fields.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id",
"name",
"subject",
"body"
],
"properties": {
"body": {
"type": "string",
"description": "HTML тіло листа"
},
"from": {
"type": "string",
"description": "Адреса відправника"
},
"name": {
"type": "string",
"description": "Display name"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"subject": {
"type": "string",
"description": "Тема листа (використовуй html_name полів без дужок)"
},
"reply_to": {
"type": "string"
},
"entity_id": {
"type": "string",
"description": "Form ID (from list_forms or describe_project)"
},
"email_column_id": {
"type": "string",
"description": "Назва або ID поля з email отримувача (зверни увагу: НЕ html_name, а саме name або id)"
},
"recipient_source": {
"type": "integer",
"description": "0=вказані адреси, 1=з поля форми"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries