Update Domain
update-domainUpdate an existing domain to modify its tracking settings, TLS mode, and capabilities such as sending or receiving.
Instructions
Update an existing domain in Resend. Allows changing tracking settings, TLS mode, and capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Domain ID | |
| tls | No | TLS mode. "opportunistic" attempts secure connection with fallback. "enforced" requires TLS or fails. | |
| capabilities | No | Domain capabilities. At least one capability must remain enabled. | |
| openTracking | No | Track the open rate of each email. | |
| clickTracking | No | Track clicks within the body of each HTML email. | |
| trackingSubdomain | No | Custom subdomain for tracking links (e.g., "track" for track.example.com). When set, click and open tracking URLs will use this subdomain instead of the default. |