Notify Telegram when Cloudflare adds DNS record
This trigger fires when a new DNS record is added to the Cloudflare zone you specify.
Developer info
- API endpoint slug
- cloudflare.new_dns_record
Trigger fields
Zone Dropdown list
- Label
- Which zone?
- Helper text
- Select the Cloudflare zone (domain) to monitor for new DNS records.
- Slug
- zone_id
- Required
- true
- Can have default value
- false
Ingredients
Record The unique ID of the new DNS record.
- Slug
- record_id
- Filter code
- Cloudflare.newDnsRecord.RecordId
- Type
- String
- Example
- 372e67954025e0ba6aaa6d586b9e0b59
Record type The DNS record type, such as A, AAAA, CNAME, MX, or TXT.
- Slug
- record_type
- Filter code
- Cloudflare.newDnsRecord.RecordType
- Type
- String
- Example
- A
Record name The hostname or subdomain of the DNS record.
- Slug
- record_name
- Filter code
- Cloudflare.newDnsRecord.RecordName
- Type
- String
- Example
- www.example.com
Record content The value of the DNS record, such as an IP address or target hostname.
- Slug
- record_content
- Filter code
- Cloudflare.newDnsRecord.RecordContent
- Type
- String
- Example
- 198.51.100.4
Record ttl Time-to-live of the DNS record, in seconds. 1 means Cloudflare's automatic TTL.
- Slug
- record_ttl
- Filter code
- Cloudflare.newDnsRecord.RecordTtl
- Type
- String
- Example
- 3600
Record proxied Whether the record is proxied through Cloudflare's CDN.
- Slug
- record_proxied
- Filter code
- Cloudflare.newDnsRecord.RecordProxied
- Type
- String
- Example
- true
Zone name The domain name of the Cloudflare zone.
- Slug
- zone_name
- Filter code
- Cloudflare.newDnsRecord.ZoneName
- Type
- String
- Example
- example.com
Created on The date and time when the DNS record was created.
- Slug
- created_on
- Filter code
- Cloudflare.newDnsRecord.CreatedOn
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
