forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
helpdesk.com.custom-domain.json
39 lines (39 loc) · 1.16 KB
/
helpdesk.com.custom-domain.json
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
{
"providerId": "helpdesk.com",
"providerName": "HelpDesk",
"serviceId": "custom-domain",
"serviceName": "HelpDesk custom domain setup",
"version": 1,
"logoUrl": "https://helpdesk.design/images/helpdesk/DIGITAL%20%28RGB%29/PNG/Logo_RGB_Green.png",
"description": "Verifies domain ownership and adds records to allow using the domain in HelpDesk",
"variableDescription": "helpdeskId: customer's ID in HelpDesk; dkimKeyName: DKIM key name; dkimKeyValue: DKIM key value",
"syncBlock": false,
"sharedProviderName": false,
"sharedServiceName": false,
"syncPubKeyDomain": "helpdesk.com",
"syncRedirectDomain": "app.helpdesk.com,app.labs.helpdesk.com",
"multiInstance": false,
"records": [
{
"type": "CNAME",
"groupId": "ownershipVerification",
"host": "hd-%helpdeskId%",
"pointsTo": "helpdesk.com",
"ttl": "3600"
},
{
"type": "CNAME",
"groupId": "emailAuth",
"host": "pm-bounces",
"pointsTo": "pm.mtasv.net",
"ttl": "3600"
},
{
"type": "TXT",
"groupId": "emailAuth",
"host": "%dkimKeyName%._domainkey",
"data": "%dkimKeyValue%",
"ttl": "3600"
}
]
}