Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qawolf.com/llms.txt

Use this file to discover all available pages before exploring further.

Main Areas

Example imports:
import { mail } from "@qawolf/emails";
import { configureEmailsClient, createEmailsClient } from "@qawolf/emails";
The mail reference covers:
  • inbox creation options
  • inbox handle methods
  • send and wait option shapes
  • parsed email fields
Example:
const inbox = await mail.inbox({ new: true });
const message = await inbox.waitForMessage({});
Last modified on April 24, 2026