-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recreate updates for the email static texts
- Loading branch information
1 parent
9982d86
commit 96997f9
Showing
12 changed files
with
66 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,20 +18,10 @@ export const stateSubmissionReceipt = (data, config) => { | |
CcAddresses: [], | ||
Subject: `Your ${config.typeLabel} ${data.componentId} has been submitted to CMS`, | ||
HTML: ` | ||
<p>This response confirms the receipt of your ${config.typeLabel}:</p> | ||
<p> This is confirmation that you submitted a ${ | ||
config.typeLabel | ||
} to CMS for review:</p> | ||
${formatPackageDetails(data, config)} | ||
<p> | ||
This response confirms the receipt of your Waiver request or your response to a Waiver Request for Additional Information (RAI)). | ||
You can expect a formal response to your submittal to be issued within 90 days, before ${ | ||
data.ninetyDayDate | ||
}. | ||
</p> | ||
<p> | ||
This mailbox is for the submittal of Section 1915(b) and 1915(c) non-web-based Waivers, responses to Requests for Additional | ||
Information (RAI) on Waivers, and extension requests on Waivers only. Any other correspondence will be disregarded. | ||
</p> | ||
<p>If you have any questions, please contact <a href="mailto:[email protected]">[email protected]</a> or your state lead.</p> | ||
<p>Thank you!</p> | ||
`, | ||
${config.closingRemarks.replace("%NINETYDAYS%", data.ninetyDayDate)}`, | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,29 @@ export const defaultWithdrawConfig = { | |
parentType: defaultParentType, | ||
}, | ||
}; | ||
|
||
export const medicaidSpaText = `<p>This response confirms the receipt of your State Plan Amendment (SPA or your response to a SPA Request for Additional Information (RAI)). You can expect a formal response to your submittal to be issued within 90 days, before %NINETYDAYS%.</p> | ||
<p>This mailbox is for the submittal of State Plan Amendments and non-web-based responses to Requests for Additional Information (RAI) on submitted SPAs only. Any other correspondence will be disregarded.</p> | ||
<p>If you have questions or did not expect this email, please contact <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p>Thank you!</p>`; | ||
export const medicaidSpaRAIText = `<p>This response confirms the receipt of your State Plan Amendment (SPA or your response to a SPA Request for Additional Information (RAI)). You can expect a formal response to your submittal to be issued within 90 days. To calculate the 90th day, please count the date of receipt as day zero. The 90th day will be 90 calendar days from that date.</p> | ||
<p>This mailbox is for the submittal of State Plan Amendments and non-web-based responses to Requests for Additional Information (RAI) on submitted SPAs only. Any other correspondence will be disregarded.</p> | ||
<p>If you have any questions, please contact <a href="mailto:[email protected]">[email protected]</a> or your state lead.</p> | ||
<p>Thank you!</p>`; | ||
export const chipSpaText = `<p>This response confirms the receipt of your CHIP State Plan Amendment (CHIP SPA or your response to a SPA Request for Additional Information (RAI)). You can expect a formal response to your submittal from CMS at a later date.</p> | ||
<p>If you have questions or did not expect this email, please contact <a href="[email protected]">[email protected]</a>.</p> | ||
<p>Thank you!</p>`; | ||
export const chipSpaRAIText = `<p>This response confirms the receipt of your CHIP State Plan Amendment (SPA or your response to a SPA Request for Additional Information (RAI)).</p> | ||
<p>If you have any questions, please contact <a href="[email protected]">[email protected]</a> or your state lead.</p> | ||
<p>Thank you!</p>`; | ||
export const waiverActionText = `<p>This response confirms the receipt of your Waiver request or your response to a Waiver Request for Additional Information (RAI)). You can expect a formal response to your submittal to be issued within 90 days, before %NINETYDAYS%.</p> | ||
<p>This mailbox is for the submittal of Section 1915(b) and 1915(c) non-web-based Waivers, responses to Requests for Additional Information (RAI) on Waivers, and extension requests on Waivers only. Any other correspondence will be disregarded.</p> | ||
<p>If you have any questions, please contact <a href="mailto:[email protected]">[email protected]</a> or your state lead.</p> | ||
<p>Thank you!</p>`; | ||
export const waiverRAIText = `<p>This response confirms the receipt of your Waiver request or your response to a Waiver Request for Additional Information (RAI)). You can expect a formal response to your submittal to be issued within 90 days. To calculate the 90th day, please count the date of receipt as day zero. The 90th day will be 90 calendar days from that date.</p> | ||
<p>This mailbox is for the submittal of Section 1915(b) and 1915(c) non-web-based Waivers, responses to Requests for Additional Information (RAI) on Waivers, and extension requests on Waivers only. Any other correspondence will be disregarded.</p> | ||
<p>If you have any questions, please contact <a href="mailto:[email protected]">[email protected]</a> or your state lead.</p> | ||
<p>Thank you!</p>`; | ||
export const waiverExtensionText = `<p>This mailbox is for the submittal of Section 1915(b) and 1915(c) non-web-based Waivers, responses to Requests for Additional Information (RAI), and extension requests on Waivers only. Any other correspondence will be disregarded.</p> | ||
<p>If you have any questions, please contact <a href="mailto:[email protected]">[email protected]</a> or your state lead.</p> | ||
<p>Thank you!</p>`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters