Skip to content

TXT

No description available in the specification.

FieldTypeRequiredDescription
typetypeyes(A, AAAA, CNAME, CAA, ALIAS, TXT, MX)
namefqdn_or_subdomainyesFully Qualified Domain Name (FQDN) or subdomain. You can use the @ symbol to represent your apex domain (e.g., example.com). Wildcards are supported.
ttlttlnoTime To Live in seconds (60-86400)
annotationstringnoA custom note for this particular record.
datastringyesFree text. Control characters (including CR, LF, TAB and NUL) are rejected: the value is rendered into the zone file, where a line break would become a zone file line of its own. The length limit matches the storage column.
{
"type": "A",
"name": "www",
"ttl": 600,
"annotation": "string",
"data": "string"
}