events.iterate.com

Event type

events.iterate.com/project/custom-domain-refresh-requested

Refresh Cloudflare status for a custom domain.

Payload schema

hostnamestring

The already-configured hostname to re-poll.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string",
      "description": "The already-configured hostname to re-poll."
    }
  },
  "required": [
    "hostname"
  ]
}