forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomer.io.email.json
More file actions
42 lines (42 loc) · 1.12 KB
/
customer.io.email.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"providerId": "customer.io",
"providerName": "Customer.io",
"serviceId": "email",
"serviceName": "Customer.io Email",
"hostRequired": true,
"version": 3,
"syncBlock": false,
"syncPubKeyDomain": "customer.io",
"syncRedirectDomain": "customer.io",
"logoUrl": "https://cdp-prod-us-cio-hydra-assets-us.customer.io/assets/images/logos/logo-forest.e11e5daf4d9ed5cc6860.svg",
"description": "Enables domain to send emails on Customer.io",
"variableDescription": "dkim_selector refers to the prefix on the DKIM; dkim_key refers to the public key for the DKIM record; mx1 and mx2 refer to the values for the MX records.",
"records": [
{
"type": "MX",
"host": "@",
"pointsTo": "%mx1%",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "%mx2%",
"priority": 10,
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailgun.org",
"ttl": 3600
},
{
"type": "TXT",
"host": "%dkim_selector%._domainkey",
"data": "k=rsa; p=%dkim_key%",
"ttl": 3600
}
]
}