dns_record_add
Add a DNS record to a domain by specifying the full record name, type, value, TTL, and priority.
Instructions
Add a DNS record to a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds | |
| type | Yes | The DNS record type | |
| value | Yes | The value for the DNS record | |
| priority | No | Priority value (required for MX and SRV records) | |
| fullRecordName | Yes | The full record name including the domain (e.g. www.example.com) |