Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions hq.coach.email.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"providerId": "hq.coach",
"providerName": "HQ Coach",
"serviceId": "email",
"serviceName": "HQ Coach Email",
"version": 1,
"logoUrl": "https://hq.coach/logo.svg",
"description": "Configure DNS records for sending emails from your domain through HQ Coach via Resend. Sets up domain verification, SPF, DKIM, and DMARC records so you can send emails as no-reply@yourdomain.com.",
"variableDescription": "%resendVerification%: Domain verification token provided by HQ Coach during setup",
"syncPubKeyDomain": "hq.coach",
"syncRedirectDomain": "hq.coach",
"hostRequired": false,
"records": [
{
"groupId": "verification",
"type": "TXT",
"host": "_resend",
"data": "resend-verification=%resendVerification%",
"ttl": 3600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "resend-verification="
},
{
"groupId": "spf",
"type": "SPFM",
"host": "@",
"spfRules": "include:amazonses.com"
},
{
"groupId": "dkim",
"type": "CNAME",
"host": "resend._domainkey",
"pointsTo": "resend._domainkey.resend.com",
"ttl": 3600
},
{
"groupId": "dmarc",
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none; rua=mailto:dmarc@hq.coach",
"ttl": 3600,
"txtConflictMatchingMode": "Full",
"essential": "Always"
}
]
}
21 changes: 21 additions & 0 deletions hq.coach.forms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"providerId": "hq.coach",
"providerName": "HQ Coach",
"serviceId": "forms",
"serviceName": "HQ Coach Forms",
"version": 1,
"logoUrl": "https://hq.coach/logo.svg",
"description": "Connect your custom subdomain to HQ Coach for client forms, check-ins, and assessments. Your forms will be served on your subdomain (e.g., forms.yourdomain.com).",
"syncPubKeyDomain": "hq.coach",
"syncRedirectDomain": "hq.coach",
"hostRequired": true,
"multiInstance": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "proxy.hq.coach",
"ttl": 3600
}
]
}
21 changes: 21 additions & 0 deletions hq.coach.payment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"providerId": "hq.coach",
"providerName": "HQ Coach",
"serviceId": "payment",
"serviceName": "HQ Coach Payments",
"version": 1,
"logoUrl": "https://hq.coach/logo.svg",
"description": "Connect your custom subdomain to HQ Coach for payment links and invoices. Your payment pages will be served on your subdomain (e.g., pay.yourdomain.com).",
"syncPubKeyDomain": "hq.coach",
"syncRedirectDomain": "hq.coach",
"hostRequired": true,
"multiInstance": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "proxy.hq.coach",
"ttl": 3600
}
]
}