Test your email integration safely with AhaSend’s sandbox mode - simulate email sending without delivery and webhook testing at zero cost
1. Dedicated Sandbox Credentials
2. Switchable Credential Mode
3. Production Credentials + Headers
AhaSend-Sandbox: true
header to any emailAccess Credentials Dashboard
Configure Sandbox Credential
Save and Use
Find Your Credential
Change the Mode
AhaSend-Sandbox
header to your email like any other header:
content.headers
:
AhaSend-Sandbox: true
header, it processes the email in sandbox mode regardless of the credential type used for authentication.AhaSend-Sandbox-Result
header to specify the simulated result:
deliver
- Simulates successful delivery (default)bounce
- Simulates a hard bouncedefer
- Simulates temporary delivery deferralfail
- Simulates permanent delivery failuresuppress
- Simulates suppression list blockingWebhook Events Still Fire
Test Different Scenarios
AhaSend-Sandbox-Result
to test various outcomes:deliver
bounce
defer
simulationsfail
outcomessuppress
resultsSafe Integration Testing
Emails Still Being Delivered
AhaSend-Sandbox: true
header is properly setWebhooks Not Firing
Simulated Outcomes Not Working
AhaSend-Sandbox-Result
header must be used with sandbox modedeliver
, bounce
, defer
, fail
, suppress
)