Skip to content

Commit f0f413c

Browse files
committed
Add agentcollect.com email-whitelabel template
1 parent 03d9a07 commit f0f413c

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"providerId": "agentcollect.com",
3+
"providerName": "AgentCollect",
4+
"serviceId": "email-whitelabel",
5+
"serviceName": "AgentCollect White-Label Billing Email",
6+
"version": 1,
7+
"logoUrl": "https://agentcollect.com/logo-512.png",
8+
"description": "Authenticates a billing subdomain (DKIM via SendGrid) so AgentCollect can send accounts-receivable emails from the customer's own domain.",
9+
"variableDescription": "%emLabel%: SendGrid-generated mail CNAME label (e.g. em6456); %sgTarget%: SendGrid account link prefix (e.g. u17558810.wl061).",
10+
"syncPubKeyDomain": "agentcollect.com",
11+
"syncRedirectDomain": "dashboard.agentcollect.com,backend.widr.app",
12+
"hostRequired": true,
13+
"records": [
14+
{
15+
"groupId": "sendgrid",
16+
"type": "CNAME",
17+
"host": "%emLabel%",
18+
"pointsTo": "%sgTarget%.sendgrid.net",
19+
"ttl": 3600
20+
},
21+
{
22+
"groupId": "sendgrid",
23+
"type": "CNAME",
24+
"host": "aco._domainkey",
25+
"pointsTo": "aco.domainkey.%sgTarget%.sendgrid.net",
26+
"ttl": 3600
27+
},
28+
{
29+
"groupId": "sendgrid",
30+
"type": "CNAME",
31+
"host": "aco2._domainkey",
32+
"pointsTo": "aco2.domainkey.%sgTarget%.sendgrid.net",
33+
"ttl": 3600
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)