Thank you very much, @semaj4712! You were correct. ๐๐
As I'm trying to switch from a different cloudflare ip updater, I mistakenly assumed the zone_id meant the domains URL.
Your tip helped me find the actual zone_id's.
However, I'm now seeing these error messages for the sub1 "www" of both domains I'm trying to set up in the config.json file.
โ Adding new record {'type': 'A', 'name': 'www.***********.com', 'content': '**.***.***.***', 'proxied': True, 'ttl': 300}
๐ก Error sending 'POST' request to 'https://api.cloudflare.com/client/v4/zones/*****************************/dns_records':
{"result":null,"success":false,"errors":[{"code":81054,"message":"A CNAME record with that host already exists. For more details, refer to \u003chttps://developers.cloudflare.com/dns/manage-dns-records/troubleshooting/records-with-same-name/\u003e."}],"messages":[]}
Any ideas how to solve this?