forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcampaigndeputy.app.email-full.json
More file actions
93 lines (93 loc) · 2.65 KB
/
Copy pathcampaigndeputy.app.email-full.json
File metadata and controls
93 lines (93 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"providerId": "campaigndeputy.app",
"providerName": "Campaign Deputy",
"serviceId": "email-full",
"serviceName": "Campaign Deputy Email (all records)",
"version": 1,
"logoUrl": "https://cdn.campaigndeputy.com/img/logo_2026.png",
"description": "Sets up DKIM, click tracking, images, and bounce handling for Campaign Deputy email.",
"variableDescription": "dnsName:is your unique Campaign Deputy account identifier.; googleToken: Your unique Google Verification Token (optional); dmarcPolicy: DMARC Policy (optional); dmarcReportingEmail: DMARC Reporting Email (optional); formHost: Subdomain for hosted forms (optional); sp_id: DKIM ID (optional); sp_rsa_key: DKIM Key (optional);",
"syncPubKeyDomain": "dommainconnect.campaigndeputy.app",
"records": [
{
"type": "CNAME",
"host": "bouncesp",
"pointsTo": "%dnsName%.spbounce.emaildeputy.com",
"ttl": 1800,
"essential": "Always"
},
{
"type": "CNAME",
"host": "clicksp",
"pointsTo": "%dnsName%.splink.emaildeputy.com",
"ttl": 1800,
"essential": "Always"
},
{
"type": "CNAME",
"host": "bouncecd",
"pointsTo": "%dnsName%.bouncecd.emaildeputy.com",
"ttl": 1800,
"essential": "Always"
},
{
"type": "TXT",
"host": "%sp_id%._domainkey",
"data": "%sp_rsa_key%",
"ttl": 1800,
"groupId": "sp-dkim"
},
{
"type": "CNAME",
"host": "cdg._domainkey",
"pointsTo": "%dnsName%.dkimus.emaildeputy.com",
"ttl": 1800,
"essential": "Always"
},
{
"type": "CNAME",
"host": "images",
"pointsTo": "%dnsName%.images.emaildeputy.com",
"ttl": 1800,
"essential": "Always"
},
{
"type": "CNAME",
"host": "unsubscribe",
"pointsTo": "%dnsName%.clientusub.emaildeputy.com",
"ttl": 1800,
"essential": "Always"
},
{
"type": "CNAME",
"host": "clickcd",
"pointsTo": "%dnsName%.link.emaildeputy.com",
"ttl": 1800,
"essential": "Always"
},
{
"type": "TXT",
"host": "@",
"data": "google-site-verification=%googleToken%",
"ttl": 1800,
"groupId": "google-verify"
},
{
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=%dmarcPolicy%; rua=mailto:%dmarcReportingEmail%",
"ttl": 1800,
"groupId": "dmarc",
"essential": "OnApply",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1"
},
{
"type": "CNAME",
"host": "%formHost%",
"pointsTo": "%dnsName%.hosted.emaildeputy.com",
"ttl": 1800,
"groupId": "hosted-form"
}
]
}