Skip to content

Apollo Signal, 3 templates#1197

Open
Tihan-Nico wants to merge 2 commits into
Domain-Connect:masterfrom
Tihan-Nico:add-apollodeploy-signal-templates
Open

Apollo Signal, 3 templates#1197
Tihan-Nico wants to merge 2 commits into
Domain-Connect:masterfrom
Tihan-Nico:add-apollodeploy-signal-templates

Conversation

@Tihan-Nico

@Tihan-Nico Tihan-Nico commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Description

Add/update three Domain Connect templates for Apollo Signal (apollodeploy.com), an email sending platform built on Amazon SES.

Changes:

  • apollodeploy.com.signal-sending (v1 → v4): Added DMARC TXT record with txtConflictMatchingMode: Prefix, essential: OnApply, and groupId labels
  • apollodeploy.com.signal-sending-cname (v1 → v4): Same DMARC addition; expanded to three CNAME DKIM selectors (%dkimSelector1/2/3%) to match Amazon SES's three-selector CNAME DKIM pattern
  • apollodeploy.com.signal-click-tracking (new, v1): Standalone template for custom open/click tracking CNAME, applied separately after sending is configured

Type of change

  • New template (signal-click-tracking)
  • New feature (non-breaking change which adds functionality to the template)

How Has This Been Tested?

  • Template functionality checked using Online Editor
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • resource URL provided with logoUrl is actually served by a webserver (https://apollodeploy.com/favicon.ico)

Checklist of common problems

  • syncPubKeyDomain is set on all three templates (keys.apollodeploy.com)
  • warnPhishing is not set alongside syncPubKeyDomain
  • syncRedirectDomain is set on all templates
  • No TXT record contains SPF content — SPF uses SPFM record type
  • txtConflictMatchingMode is set on the DMARC TXT record (Prefix, matching v=DMARC1)
  • No variable used as bare full record value — all have fixed prefixes (e.g. %dkimSelector%._domainkey, v=DMARC1; p=%dmarcPolicy%)
  • No bare variable used as full host label — non-variable parts are fixed (%dkimSelector1%._domainkey, not %dkimhost%)
  • No variable used in host field to create a subdomain
  • %host% does not appear explicitly in any host attribute
  • essential: OnApply set on DMARC record (users may need to adjust the policy independently)

Online Editor test results

apollodeploy.com/signal-sending — apex (example.com/@):
Test apollodeploy.com/signal-sending example.com/@

apollodeploy.com/signal-sending — subdomain (example.com/mail):
Test apollodeploy.com/signal-sending example.com/mail

apollodeploy.com/signal-sending-cname — apex (example.com/@):
Test apollodeploy.com/signal-sending-cname example.com/@

apollodeploy.com/signal-click-tracking — apex (example.com/@):
Test apollodeploy.com/signal-click-tracking example.com/@

Add DMARC record with txtConflictMatchingMode to signal-sending and
signal-sending-cname templates (v1 -> v4). Add new signal-click-tracking
template for custom open/click tracking CNAME.

Changes:
- apollodeploy.com.signal-sending: add DMARC TXT (essential=OnApply), groupIds
- apollodeploy.com.signal-sending-cname: add DMARC TXT (essential=OnApply),
  expand to three CNAME DKIM selectors (%dkimSelector1/2/3%), groupIds
- apollodeploy.com.signal-click-tracking: new template, tracking CNAME only
@github-actions github-actions Bot added the Test links missing No test links from Online Editor provided label Jun 8, 2026
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

JSON Filename Check Passed

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

JSON Schema Validation Passed

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Linter OK

apollodeploy.com.signal-click-tracking.json

Level Code Note
info DCTL1039 all records use the same variable as suffix, consider using host parameter instead
info DCTL1031 all record groupId values are the same

apollodeploy.com.signal-sending-cname.json

Level Code Note

apollodeploy.com.signal-sending.json

Level Code Note

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

PR Description Check Failed

The PR description is missing required elements. Please update it according to the PR template.

Details
  OK  Type of change: 2/2 checkboxes ticked
  OK  How Has This Been Tested?: all 3 checkboxes ticked
  OK  Checklist of common problems: 10/10 checkboxes ticked
  OK  Online Editor test results: 4 link(s) found

Labels to add: Test links missing
Labels to remove: Checklist of common problems not complete, Forged editor links, PR description incomplete

PR description check FAILED:
  FAIL  Template coverage: apollodeploy.com.signal-click-tracking.json: 1/1 test link(s) contain a template that does not match the file in this PR (tests may be out of date)
  FAIL  Template coverage: apollodeploy.com.signal-sending-cname.json: 1/1 test link(s) contain a template that does not match the file in this PR (tests may be out of date)
  FAIL  Template coverage: apollodeploy.com.signal-sending.json: 2/2 test link(s) contain a template that does not match the file in this PR (tests may be out of date)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Test links missing No test links from Online Editor provided

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants