Skip to content

UpdateEmailComponentDataRequest

Type: object

Properties

Property Type Required Description Constraints
fromEmail model: EmailHeaderField No From-address of the Email
fromName model: EmailHeaderField No From-name of the Email
replyTO model: EmailHeaderField No Reply-To address of the Email
subject model: EmailHeaderField No Subject Line of the Email

Generated example

{
  "fromEmail": {
    "type": "string",
    "value": "string"
  },
  "fromName": {
    "type": "string",
    "value": "string"
  },
  "replyTO": {
    "type": "string",
    "value": "string"
  },
  "subject": {
    "type": "string",
    "value": "string"
  }
}

Referenced models

Source

Generated from swagger-asset.json.