create_cname_record
Create a CNAME record to point a subdomain to another domain. Provide domain, subdomain name, and canonical target to configure the alias.
Instructions
Create a CNAME record (canonical name/alias) for a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds (optional) | |
| name | Yes | The record name (subdomain) | |
| cname | Yes | The canonical name to point to without trailing dot (e.g., "example.com") | |
| domain | Yes | The domain name |