Update catch-all configuration
Updates a domain's catch-all receiving configuration: the webhook endpoint that receives its inbound mail.
Updates a domain's catch-all receiving configuration: the webhook endpoint that receives its inbound mail.
Authorization
apiKey x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
domainId*EmailDomainId
Match
^dom_[0-9a-hjkmnp-tv-z]{16,24}$endpointId?|null
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/email/catch-all/config" \ -H "Content-Type: application/json" \ -d '{ "domainId": "string" }'{ "success": true}Update a block entry
Updates a block entry's reason, notes, active state, or expiry. Use this endpoint to update a block entry through the Samva email API.
Update a domain's send-settings config
Overrides the domain's open/click tracking, reply-to, and unsubscribe-group defaults for the settings cascade.