get_setup_status
Check your Amazon SES account's sandbox status and get a recommended next action to send your first email. Read-only, no changes.
Instructions
Check this AWS SES account's sandbox status and get a recommended next action for getting a first send out. Read-only — makes no changes to your AWS account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | ||
| sandbox | Yes | True while the account can only send to verified recipients. | |
| nextAction | Yes | The single next step that unblocks sending. | |
| writeEnabled | Yes | Whether WRAPS_WRITE_ENABLED permits sending. | |
| maxSend24Hour | Yes | SES daily send quota. | |
| sentLast24Hours | Yes | ||
| enforcementStatus | Yes | SES account enforcement state, e.g. HEALTHY. | |
| fromEmailConfigured | Yes | Whether WRAPS_FROM_EMAIL is set. |