mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-26 11:44:55 +02:00
✨(template) allow to insert recipient name in reply
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user