Skip to content
Start here

Catch Alls

Get catch-all rule
client.EmailRouting.Rules.CatchAlls.Get(ctx, query) (*RuleCatchAllGetResponse, error)
GET/zones/{zone_id}/email/routing/rules/catch_all
Update catch-all rule
client.EmailRouting.Rules.CatchAlls.Update(ctx, params) (*RuleCatchAllUpdateResponse, error)
PUT/zones/{zone_id}/email/routing/rules/catch_all
ModelsExpand Collapse
type CatchAllAction struct{…}

Action for the catch-all routing rule.

Type CatchAllActionType

Type of action for catch-all rule.

One of the following:
const CatchAllActionTypeDrop CatchAllActionType = "drop"
const CatchAllActionTypeForward CatchAllActionType = "forward"
const CatchAllActionTypeWorker CatchAllActionType = "worker"
Value []stringOptional
type CatchAllMatcher struct{…}

Matcher for catch-all routing rule.

Type CatchAllMatcherType

Type of matcher. Default is ‘all’.