Tool to create a new DNS record within a specific zone. Requires write privileges and makes live changes to the zone. Use after obtaining the zone ID via CLOUDFLARE_LIST_ZONES to programmatically add DNS entries.
ttlintegerTime to live in seconds; minimum 1. Use 1 for automatic TTL
dataobjectAdditional data object for record types like SRV, LOC, or CAA
nameRequiredstringDNS record name (e.g., example.com or www.example.com)
tagsarrayList of tags to associate with the record
typeRequiredstringDNS record type
commentstringHuman-readable comment for the DNS record
contentRequiredstringDNS record content (e.g., IP for A records)
proxiedbooleanWhether the record is receiving Cloudflare performance and security benefits
priorityintegerPriority for MX, SRV, and URI records; required for those types
zone_identifierRequiredstringZone identifier (UUID) where the DNS record will be created
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