For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterAPI KeysStatusSign In
GuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelog
LogoLogo
Help CenterAPI KeysStatusSign In

Changelog

February 28, 2024
February 28, 2024
Was this page helpful?
Previous

February 6, 2024

Next
Built with

Additional DNS record added

User will now be asked to add three DNS records in addition to two. An example is mentioned below.

1"dns_records": {
2 "dkim_record": {
3 "type": "string",
4 "value": "string",
5 "host_name": "string",
6 "status": true
7 },
8 "brevo_code": {
9 "type": "string",
10 "value": "string",
11 "host_name": "string",
12 "status": true
13 },
14 "dmarc_record": {
15 "type": "string",
16 "value": "string",
17 "host_name": "string",
18 "status": true
19 }
20 }

dmarc_record is added under dns_records in both API endpoints. The following endpoints will be affected.

Route: Create a new domain

Route: Validate domain configuration