Notify Slack when Cloudflare zone is paused or resumed
This trigger fires when the paused status of the Cloudflare zone you specify changes, either from active to paused or from paused to active.
Developer info
- API endpoint slug
- cloudflare.zone_paused_changed
Trigger fields
Zone Dropdown list
- Label
- Which zone?
- Helper text
- Select the Cloudflare zone (domain) to monitor for paused status 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.zonePausedChanged.ZoneId
- Type
- String
- Example
- 023e105f4ecef8ad9ca31a8372d0c353
Zone name The domain name of the Cloudflare zone.
- Slug
- zone_name
- Filter code
- Cloudflare.zonePausedChanged.ZoneName
- Type
- String
- Example
- example.com
New paused status Whether the zone is paused after this change. Paused zones bypass Cloudflare entirely.
- Slug
- new_paused_status
- Filter code
- Cloudflare.zonePausedChanged.NewPausedStatus
- Type
- String
- Example
- true
Old paused status Whether the zone was paused before this change.
- Slug
- old_paused_status
- Filter code
- Cloudflare.zonePausedChanged.OldPausedStatus
- Type
- String
- Example
- false
Zone status The overall status of the zone, such as active, pending, or deleted.
- Slug
- zone_status
- Filter code
- Cloudflare.zonePausedChanged.ZoneStatus
- Type
- String
- Example
- active
Changed at The date and time when the paused status change was detected.
- Slug
- changed_at
- Filter code
- Cloudflare.zonePausedChanged.ChangedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
