diff --git a/api/src/routes/checkout.ts b/api/src/routes/checkout.ts index ce3ed0a..58005dd 100644 --- a/api/src/routes/checkout.ts +++ b/api/src/routes/checkout.ts @@ -2038,10 +2038,29 @@ async function sendComplianceIntakeEmail(
` : ""; + // Build intake form links for each service + const intakeLinks = orders.map(o => { + const slug = o.service_slug as string; + const orderNum = o.order_number as string; + const name = o.service_name as string; + const intakeUrl = `${SITE_DOMAIN}/order/${slug}?order=${orderNum}`; + return `Action Required: Complete Your Intake Form
++ Please fill out the intake form for each service so we have the information we need to prepare your filing. +
+This usually takes 2-5 minutes. We cannot begin your filing until the intake form is complete.
+1. We will review your compliance status within 1 business day.
-2. If we need any additional information, we will email you.
-3. You will receive a confirmation for each filing as it is completed.
+1. Complete the intake form above so we have the details we need.
+2. We will prepare your filing within 3-7 business days.
+3. You will receive the document for review and electronic signature.
+4. Once signed, we file it with the FCC and send you confirmation.
${has499 ? `4. For 499-A filings, complete the USAC delegation above and click the confirmation button.
` : ""}