Close menu
Explore Plans
Mobile menu Close menu
Cloudflare

Zone security level changed

This trigger fires when the security level setting of the Cloudflare zone you specify changes.

Developer info

API endpoint slug
cloudflare.zone_security_level_changed

Trigger fields

Zone Dropdown list

Label
Which zone?
Helper text
Select the Cloudflare zone (domain) to monitor for security level changes.
Slug
zone_id
Required
true
Can have default value
false

Ingredients

Zone The unique ID of the Cloudflare zone.

Slug
zone_id
Filter code
Cloudflare.zoneSecurityLevelChanged.ZoneId
Type
String
Example
023e105f4ecef8ad9ca31a8372d0c353

Zone name The domain name of the Cloudflare zone.

Slug
zone_name
Filter code
Cloudflare.zoneSecurityLevelChanged.ZoneName
Type
String
Example
example.com

New security level The new security level setting. One of: off, essentially_off, low, medium, high, under_attack.

Slug
new_security_level
Filter code
Cloudflare.zoneSecurityLevelChanged.NewSecurityLevel
Type
String
Example
high

Old security level The previous security level before the change.

Slug
old_security_level
Filter code
Cloudflare.zoneSecurityLevelChanged.OldSecurityLevel
Type
String
Example
medium

Changed at The date and time when the security level change was detected.

Slug
changed_at
Filter code
Cloudflare.zoneSecurityLevelChanged.ChangedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00