Amazon Simple Email Service

Hey guys! I would like to know if anyone has already implemented the sending of e-mail by Amazon with Bubble.

Or if someone develops on demand? :slight_smile:

1 Like

Hi there @imad30,

This definitely seems possible, check out Amazon’s API docs: Welcome - Amazon Simple Email Service

1 Like

Hello, Jhonny!
Thank you for replying and sending me! :slight_smile:

I have looked at this document several times, but I have not been able to implement it.
As I only connected an API until today, I have little experience with it.

If you know of someone who would like to do it in exchange for a remuneration, or even a tutorial, I would be happy to know.

Hey @imad30,

I’ll move this thread into the Jobs / Freelance for you :blush:

Hey @imad30 ,

I’ve done this in a recent project; it’s very doable. It’s quite a nice and customizable option: you can customize the message text and html however you like, you can use your own domain, you can add attachments, you can send emails conditionally, you can store data in databases, etc. All sorts of options.

As an example I send users an email with an attachment once a long-running process completes (audio transcription; the attachment is a transcript). The way I did it was to use a lambda function to call SES. There’s also some monitoring and storage with CloudWatch/S3/DynamoDB, but that may not be necessary for what you’re doing.

Happy to provide further guidance if you’re interested.

Cheers

Thank you very much, Jhonny! It will really help me! :slight_smile:

That Cool! I finally found someone who messed with this.
So would it be possible to send an email if a specific user action is performed through Amazon? It really is what I need, I will get in touch with you.

Thanks :slight_smile: