Error when using AWS SES

Am trying to use SES to send an email but i keep getting an error in the “To Address” field. The error says: Expected params.Destination.ToAddresses to be an Array. I have tried [email@email.com], [‘email@email.com’]. What’s the correct syntax to add an array of values.

Hi @Kunule

First off, welcome to the Pipedream community. Happy to have you!

It looks like we have a bug in that particular action, we’re investigating.

If this is a blocker, you can use the AWS pre-built app to interact with the AWS SES API directly, or add a Node.js step to download and use the SES SDK directly in a code step.

Here’s the public issue tracking for this particular problem: