mailkite_route
Route incoming emails to a pre-registered destination on your MailKite account, triggering the attached action — agent, webhook, or forward. Specify the target by route ID or address to deliver the message.
Instructions
Route a message to one of your registered routes (by routeId or address), running that route's action — agent, webhook, or forward. The route must already exist on your account; arbitrary destinations are not allowed. Requires an API key (mk_live_…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Sender address recorded on the message. | |
| html | No | HTML body. | |
| text | No | Plain-text body. | |
| address | No | Target route by the address it matches. One of routeId or address is required. | |
| routeId | No | Target route by id (rte_…). One of routeId or address is required. The route must already be registered on this account. | |
| subject | No | Optional subject line. |