Persistent inboxes with a REST API designed for automated testing, transactional workflows, and QA verification. 持久的邮箱资产,通过 REST API 专为自动化测试、事务性工作流和 QA 验证设计。
const inbox = await gridinbox.create();
// Email: test.x92@gridinbox.com
await page.type('#email', inbox.email);
await page.click('#send-code');
// Wait for webhook or poll API
const otp = await inbox.waitForOtp({
timeout: 30000
});
await page.type('#otp', otp.code);
console.log('Verified!');
Designed for high concurrency. Our API scales with your testing fleet without rate limits on read operations. 专为高并发设计。读取操作无速率限制,API 随您的测试集群自动弹性伸缩。
We parse email bodies on the server side. You get a clean JSON response with the code or verification link. 服务端自动解析 HTML 邮件体。您只需通过 API 获取干净的 JSON 格式验证码或链接。
High-reputation enterprise domains ensuring reliable delivery for your critical tests. 高信誉的企业域名,确保关键测试邮件的可靠投递。
Verify account creation flows and sign-up processes automatically in CI/CD pipelines. 在 CI/CD 流水线中自动验证账号创建流程和注册过程。
Collect newsletters and reports automatically for market analysis. 自动收集通讯简报和报告,用于市场分析。
Monitor order confirmations and 2FA codes for system health checks. 监控订单确认邮件和 2FA 验证码,进行系统健康检查。
"We built a network of 500 automated agents for market research. Traditional email providers blocked us after 10 accounts. With GridInbox API, we spun up 500 accounts in 3 minutes and managed all verifications programmatically. It's truly 'Infrastructure as Code' for identity." “我们构建了 500 个自动化智能体用于市场研究。传统邮箱服务商在第 10 个账号时就封锁了我们。使用 GridInbox API,我们在 3 分钟内生成了 500 个账号,并程序化处理了所有验证。这才是真正的身份基础设施即代码。”