Create Domain
fortimail.domains.createCreate a FortiMail domain for email security by providing the domain name and required IP. Optional settings include port, status, and comment.
Instructions
Purpose: Create a domain via the engine (POST /v1/domains/{key}).
Inputs: domain — name; settings — must include ip per engine schema; optional port, status, comment.
Returns: API response body.
Side effects: Creates domain; flushes MCP cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to create | |
| settings | No | Engine body (required: ip) |