/notification/email/v1/templated-emails
Send templated email
network
object
id
string
required
timestamp
string
recipient
object
required
type
string
required
id
string
required
template
object
required
id
string
required
customVariables
object
required
content
object
type
string
required
value
string
required
subject
string
{
"network": {
"id": "string"
},
"timestamp": "2023-06-07T17:32:28Z",
"recipient": {
"type": "Driver",
"id": "string"
},
"template": {
"id": "string",
"customVariables": {}
},
"content": {
"type": "text/plain",
"value": "string"
},
"subject": "string"
}
Received the request
Empty response
Was this page helpful?