Skip to content

irwansetiawan/improvmx-lambda-undelivered-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

If you sign up for ImprovMX email forwarding for your personal or business use, you might experience some important emails being flagged as spam and not delivered to your mailbox at all.

This serverless application hosted in AWS Lambda monitors ImprovMX logs and sends undelivered email alerts to a Slack channel.

    flowchart TD;
        subgraph Amazon Web Services
            A[CloudWatch Events] -->|Trigger| B[Lambda Function]
        end
        C[ImprovMX API] --> B
        B --> D[Slack API]

Requirements

  • AWS account (Free tier eligible). Services used:
    • CloudWatch
    • Lambda
  • ImprovMX account (Free plan available)
  • Slack workspace (Free plan available)

Setup

About

AWS Lambda Function to send notifications when email is undelivered

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published