Update a domain's send-settings config
Overrides the domain's open/click tracking, reply-to, and unsubscribe-group defaults for the settings cascade.
Overrides the domain's open/click tracking, reply-to, and unsubscribe-group defaults for the settings cascade. An omitted field is left unchanged; null clears it back to the organization default. Returns the saved config.
Authorization
apiKey In: header
Path Parameters
^dom_[0-9a-hjkmnp-tv-z]{16,24}$Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/email/domains/string/config" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "openTracking": true, "clickTracking": true, "replyTo": [ "string" ], "unsubscribeGroupId": "string", "footerEnabled": true}Update catch-all configuration
Updates a domain's catch-all receiving configuration: the webhook endpoint that receives its inbound mail.
Update a forwarding rule
Updates an inbound email forwarding rule and returns its current summary. Use this endpoint to update a forwarding rule through the Samva email API.