Update email address routing configuration and status with automatic AWS SES receipt rule updates
Bearer YOUR_API_KEY
null
to remove endpoint routing. Cannot be used together with webhookId
.null
to remove webhook routing. Cannot be used together with endpointId
.Validation
endpointId
and webhookId
in the same request will result in an error.Automatic Clearing
endpointId
automatically clears any existing webhookId
, and vice versa.SES Rule Updates
isActive: false
disables email receiving but preserves routing configurationisActive: true
re-enables email receiving with existing routingendpointId
and webhookId
in the same request. The system will automatically clear the conflicting routing method.null
to remove that routing method. This is useful when switching from endpoint to webhook routing or removing all routing.GET /api/v2/email-addresses/{id}
DELETE /api/v2/email-addresses/{id}
GET /api/v2/email-addresses
GET /api/v2/endpoints
GET /api/v2/webhooks