| Name | Type | Description |
|---|---|---|
domainIds | array | An array of domain IDs where the DMARC record should be added. |
email | string | The email address to be used for the DMARC record. |
contains | string (Optional) | A filter to apply the DMARC record to specific domains based on a keyword. |
{
"domainIds": ["1234-abcd-5678-efgh"],
"email": "admin@mydomain.com",
"contains": "example"
}curl --location --request POST 'https://api.zapmail.ai/api/v1/domain/add-dmarc' \
--header 'x-auth-zapmail: '{
"status": 200,
"message": "DMARC records will be added in sometime",
"data": null
}