Update domain tracking

Toggle open and click tracking for a domain — a single boolean covers both.

POSThttps://api.mailfully.com/v1/domains/{id}/tracking

Toggle open and click tracking for a domain — a single boolean covers both. Enabling points the per-domain SES configuration set's custom redirect domain at email.<domain> and returns the tracking CNAME to publish; disabling clears it and returns an empty records array. Requires the send scope.

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

idstringrequired

The domain id (`dom_…`).

Body

enabledbooleanrequired

Enable or disable open/click tracking (both toggle together).

Response

application/json

The updated domain plus the tracking record set.