Notify Discord when Cloudflare DNS record changes
This trigger fires when an existing DNS record in the Cloudflare zone you specify is modified.
Developer info
- API endpoint slug
- cloudflare.dns_record_modified
Trigger fields
Zone Dropdown list
- Label
- Which zone?
- Helper text
- Select the Cloudflare zone (domain) to monitor for DNS record changes.
- Slug
- zone_id
- Required
- true
- Can have default value
- false
Ingredients
Record The unique ID of the modified DNS record.
- Slug
- record_id
- Filter code
- Cloudflare.dnsRecordModified.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.dnsRecordModified.RecordType
- Type
- String
- Example
- CNAME
Record name The hostname or subdomain of the DNS record.
- Slug
- record_name
- Filter code
- Cloudflare.dnsRecordModified.RecordName
- Type
- String
- Example
- mail.example.com
Record content The current value of the DNS record after modification.
- Slug
- record_content
- Filter code
- Cloudflare.dnsRecordModified.RecordContent
- Type
- String
- Example
- 198.51.100.10
Record proxied Whether the record is proxied through Cloudflare's CDN.
- Slug
- record_proxied
- Filter code
- Cloudflare.dnsRecordModified.RecordProxied
- Type
- String
- Example
- false
Zone name The domain name of the Cloudflare zone.
- Slug
- zone_name
- Filter code
- Cloudflare.dnsRecordModified.ZoneName
- Type
- String
- Example
- example.com
Modified on The date and time when the DNS record was last modified.
- Slug
- modified_on
- Filter code
- Cloudflare.dnsRecordModified.ModifiedOn
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
