add sdk changes

This commit is contained in:
KMKoushik
2025-03-08 22:44:32 +11:00
committed by KM Koushik
parent 1c7d2a85a0
commit 48395915f0
3 changed files with 123 additions and 75 deletions

View File

@@ -340,7 +340,18 @@
"type": "string"
},
"subject": {
"type": "string"
"type": "string",
"description": "Optional when templateId is provided"
},
"templateId": {
"type": "string",
"description": "ID of a template from the dashboard"
},
"variables": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"replyTo": {
"anyOf": [
@@ -412,8 +423,7 @@
},
"required": [
"to",
"from",
"subject"
"from"
]
}
}