AddHeaderAction
The action to add a header to a message. When executed, this action will add the given header to the message.
Contents
- HeaderName
-
The name of the header to add to an email. The header must be prefixed with "X-". Headers are added regardless of whether the header name pre-existed in the email.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[xX]\-[a-zA-Z0-9\-]+$
Required: Yes
- HeaderValue
-
The value of the header to add to the email.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: