pressable_create_dns_record
Create a new DNS record for a zone by specifying type, name, content, TTL, and priority. Supports A, AAAA, CNAME, MX, TXT, SRV, and NS records.
Instructions
Create a new DNS record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | ||
| name | Yes | ||
| type | Yes | ||
| content | Yes | ||
| priority | No | ||
| zone_name | Yes |