simulate_inbound
Synthesize a test inbound email to exercise the receive-to-webhook pipeline without sending real mail.
Instructions
Synthesize a test inbound email (test_mode, excluded from metrics/billing) to exercise the receive→thread→webhook path without sending real mail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The inbox address to deliver to (must exist on a receiving domain). | |
| from | Yes | The simulated sender, e.g. "Customer <c@example.com>". | |
| html | No | HTML body. | |
| text | No | Plain-text body. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| headers | No | Extra headers. | |
| subject | Yes | Subject line. |