AWS Messaging & Targeting Blog

Tag: script

Scripting Amazon SES with Powershell – Attempts and Bounces

Did you know that you can interact with Amazon SES using Windows Powershell? To get started, download the AWS Tools for Windows Powershell and configure Powershell. Let’s get your total deliveries and total bounces for the last two weeks. Powershell uses the GetSendStatistics Amazon SES API to get this data. Here is the full script. […]