Loading...
Share Answer
MenuI'm assuming that you are sending mail through SparkPost and you're accepting email transmission events via webhook from SparkPost.
The simplest way to implement and scale this would be to use Amazon's AWS API gateway connected to their AWS Lambda event-driven architecture. The architecture would look like:
SparkPost -> AWS API gateway -> AWS lambda -> external services
You can define webhook API's in the AWS API gateway very easily, with a GUI interface. The AWS lambda event driven code can be written in NodeJS (JavaScript).
This will scale to arbitrary levels of events without requiring you to invest in a lot of infrastructure.
See these examples:
https://developers.exlibrisgroup.com/blog/Hosting-a-Webhook-Listener-in-AWS
http://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started.html
Answer URL
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.