v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14142312451.1 KB

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.

You can execute this operation no more than once per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

get/#Action=SetIdentityHeadersInNotificationsEnabled

Query parameters

Identitystring required

The identity for which to enable or disable headers in notifications. Examples: <code>user@example.com</code>, <code>example.com</code>.

NotificationType'Bounce' | 'Complaint' | 'Delivery' required

The notification type for which to enable or disable headers in notifications.

Enabledboolean required
<p>Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of <code>true</code> specifies that Amazon SES will include headers in notifications, and a value of <code>false</code> specifies that Amazon SES will not include headers in notifications.</p> <p>This value can only be set when <code>NotificationType</code> is already set to use a particular Amazon SNS topic.</p>
Action'SetIdentityHeadersInNotificationsEnabled' required
Version'2010-12-01' required

Response

Success