Creates a new DNS zone (domain) in Cloudflare. A zone represents a domain and its DNS records. Use this when adding a new domain to manage with Cloudflare. Requires account ID (obtainable via LIST_ACCOUNTS). The zone will be in 'pending' status until nameservers are updated at t…
nameRequiredstringThe domain name for the new zone
typestringZone setup mode: 'full' (DNS hosted by Cloudflare), 'partial' (CNAME setup), or 'secondary' (secondary DNS)
accountobjectContainer for account ID. If not provided, the zone will be created under the default account associated with the API credentials. Must be structured as `{'id': '<account_id>'}` where `id` is obtained via CLOUDFLARE_LIST_ACCOUNTS.
jump_startbooleanAuto-import existing DNS records from the domain. Ignored for partial zones.
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.