forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbird.com.sparkpost-email.json
More file actions
46 lines (46 loc) · 1.27 KB
/
bird.com.sparkpost-email.json
File metadata and controls
46 lines (46 loc) · 1.27 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
{
"providerId": "bird.com",
"providerName": "Bird",
"serviceId": "sparkpost-email",
"serviceName": "SparkPost Email",
"version": 1,
"logoUrl": "https://cdn.app.bird.com/assets/logo/Bird_t.png",
"description": "Configure email sending and receiving through SparkPost email service.",
"syncPubKeyDomain": "domainconnect.sparkpost.com",
"syncRedirectDomain": "app.sparkpost.com,app.eu.sparkpost.com,app.bird.com",
"records": [
{
"type": "TXT",
"host": "%dkimSelector%._domainkey",
"data": "v=DKIM1; k=rsa; h=sha256; p=%dkimPublicKey%",
"ttl": 3600,
"essential": "Always",
"groupId": "auth"
},
{
"type": "CNAME",
"host": "%bounceSubdomain%",
"pointsTo": "%bounceTarget%",
"ttl": 3600,
"essential": "Always",
"groupId": "outbound"
},
{
"type": "CNAME",
"host": "%trackingSubdomain%",
"pointsTo": "%trackingTarget%",
"ttl": 3600,
"essential": "OnApply",
"groupId": "tracking"
},
{
"type": "MX",
"host": "@",
"pointsTo": "%mxValue%",
"priority": 10,
"ttl": 3600,
"essential": "OnApply",
"groupId": "inbound"
}
]
}