Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions resend.com.click-tracking.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"providerId": "resend.com",
"providerName": "Resend",
"serviceId": "click-tracking",
"serviceName": "Click Tracking",
"version": 1,
"syncPubKeyDomain": "resend.com",
"syncRedirectDomain": "resend.com",
"description": "Configure a custom domain for click and open tracking.",
"logoUrl": "https://cdn.resend.com/brand/resend-wordmark-black.svg",
"records": [
{
"type": "CNAME",
"host": "%trackingSubdomain%",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the description it looks like host parameter shall be used instead of %trackingSubdomain%.

See Rule 8 from README.

"pointsTo": "%cnameTarget%",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it right to assume, that the pointsTo is always under ".resend.com" domain, so narrow scope like "%cnametarget%.resend.com" is worth consideration?

"ttl": 3600
}
]
}
Loading