create_txt_record
Create a TXT record for a domain to add text-based DNS entries such as SPF, DKIM, or verification tokens. Specify domain, subdomain, value, and optional TTL.
Instructions
Create a TXT record (text data) for a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds (optional) | |
| name | Yes | The record name (subdomain, use "@" for root domain) | |
| value | Yes | The text value (e.g., "v=spf1 include:example.com -all") | |
| domain | Yes | The domain name |