Tool to create a new DNS record for a domain. Use when you need to add DNS records such as A, AAAA, CNAME, MX, TXT, SRV, or other record types to a domain managed in Vercel.
srvobjectConfiguration for SRV record type.
ttlintegerThe Time to live (TTL) value of the DNS record in seconds. Must be between 60 and 2147483647. If not specified, a default TTL will be used.
nameRequiredstringThe name/subdomain for the DNS record. Use '@' for the root domain or provide a subdomain like 'www' or 'api'.
slugstringThe Team slug to perform the request on behalf of.
typeRequiredstringThe type of DNS record to create
httpsobjectConfiguration for HTTPS record type.
valuestringThe value of the DNS record. Required for A, AAAA, ALIAS, CAA, CNAME, MX, TXT, and NS record types. Not used for SRV and HTTPS records which use their respective config objects.
domainRequiredstringThe domain used to create the DNS record (e.g., 'example.com')
teamIdstringThe Team identifier to perform the request on behalf of.
commentstringA comment to add context on what this DNS record is for. Maximum 500 characters.
mxPriorityintegerThe MX priority value. Required when record type is MX.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.