✨(template) allow to insert recipient name in reply

This commit is contained in:
Sabrina Demagny
2025-10-29 15:54:07 +01:00
parent bcb6215d93
commit f7ee9dcc47
10 changed files with 127 additions and 12 deletions
+13
View File
@@ -2689,6 +2689,19 @@
"operationId": "mailboxes_message_templates_render_retrieve",
"description": "Render a template with the provided context variables.",
"parameters": [
{
"in": "query",
"name": "*",
"schema": {
"type": "string"
},
"description": "Any other parameter will be available in the template context",
"examples": {
"Example": {
"value": "value"
}
}
},
{
"in": "path",
"name": "id",