create_inbox
Generate temporary email addresses for receiving verification codes, signing up for services, or testing without using personal email.
Instructions
Create a temporary disposable email inbox. Returns an email address that can receive emails. Use this when you need to sign up for a service, verify an account, or receive a one-time code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Email domain (e.g. tempyx.com, flyymail.com, nobinbox.com). Optional. | |
| custom_local | No | Custom local part before @ (e.g. 'mytest' → mytest@domain.com). Optional. | |
| ttl_hours | No | Hours until inbox expires (default: 24). Set to 0 for permanent. |