Templated Email

post

Send templated email

Send templated email

networkobject
idstring

required

timestampstring
Format
date-time
recipientobject

required

typestring

required

Enum
  • Driver
  • SitePartner
  • SitePartnerUser
idstring

required

templateobject

required

idstring

required

customVariablesobject

required

contentobject
typestring

required

Enum
  • text/plain
  • text/html
valuestring

required

Min Length
1
subjectstring

Responses

Request examples

{
  "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"
}

Response examples

Received the request

Empty response

Was this page helpful?