estimate_cost
Calculate monthly email sending costs for Wraps and AWS, including platform fees, event overage, and itemized AWS services, without needing AWS credentials.
Instructions
Estimate the monthly cost of sending email with Wraps + AWS: the Wraps platform fee, tracked-event overage, and an itemized AWS bill (SES, EventBridge, SQS, Lambda, DynamoDB, dedicated IP, WAF). Use this instead of calculating by hand — the cost model has several interacting variables, including which SES pricing plan the AWS account is on. Requires no AWS credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Wraps plan | |
| emails | Yes | Emails sent per month | |
| events | No | Wraps tracked events per month (sends, opens, clicks, bounces, custom events) | |
| billing | No | Wraps billing interval | |
| sesPlan | No | AWS SES pricing plan for this account and Region. AWS defaults new accounts to 'essentials' ($0.16/1K); 'alacarte' is $0.10/1K. Defaults to alacarte. | |
| tracking | No | Whether the event tracking pipeline is deployed (default true) | |
| retention | No | Email event history retention | |
| dedicatedIp | No | Include a dedicated sending IP |