Loading...
Dear ,
Thank you for protecting your home and household budget with a Pivotal Home Solutions plan(s) for your property. It is our
privilege to guard you and your home from unexpected repair costs.
Our goal is to continuously deliver exceptional value and protection, so we are excited to share that we’re enhancing the
coverage of select plans we offer. In some cases, we are increasing coverage limits to better protect your home. Also,
for select plans, we are adding new benets. For full details on your particular plan(s), including applicable coverage
enhancements, please refer to the updated Customer Agreement at YourHomeSolutions.com/agreement.
Beginning on 1/31/2025, the following update(s) to your plan(s) and pricing will take effect:
The price(s) listed does not include sales tax, if applicable.
Your enrollment and plan details can be viewed by logging into your online account at YourHomeSolutions.com/account. If
you have questions, you can call us at.
Thank you for being our customer. It’s our privilege to serve you.
Sincerely,
Your Pivotal Home Solutions Customer Care Team
Important Information About Your Protection Plan(s)
P.O. Box 5370
Naperville, IL 60567
Account Number: <account_number>
Account Holder: <rst_name> <last_name>
Service Address: <serv_address>
<serv_city>,<serv_state><serv_zip>
`, 'PHS0014-CGC\r': `
Dear <rst_name> <last_name>,
Thank you for protecting your home and household budget with a Pivotal Home Solutions
plan(s) for your property. It is our
privilege to guard you and your home from unexpected repair costs.
Our goal is to continuously deliver exceptional value and protection, so we are excited to share that we’re enhancing the
coverage of select plans we offer. In some cases, we are increasing coverage limits to better protect your home. Also,
for select plans, we are adding new benets. For full details on your particular plan(s), including applicable coverage
enhancements, please refer to the updated Customer Agreement at YourHomeSolutions.com/agreement.
Beginning on 1/31/2025, the following update(s) to your plan(s) and pricing will take effect:
[<Program Name><Enhancement Statement> New monthly price: <mo_price>
]
[<Program Name><Enhancement Statement> New monthly price: <mo_price>
]
The price(s) listed does not include sales tax, if applicable.
Your enrollment and plan details can be viewed by logging into your online account at YourHomeSolutions.com/account. If
you have questions, you can call us at 855-694-2116.
Thank you for being our customer. It’s our privilege to serve you.
Sincerely,
Your Pivoral Home Solutions Customer Care Team
Pivotal Home Solutions is not afliated with Chattanooga Gas Company.
Important Information About Your Protection Plan(s)
P.O. Box 5370
Naperville, IL 60567
Account Number: <account_number>
Account Holder: <rst_name> <last_name>
Service Address: <serv_address>
<serv_city>,<serv_state><serv_zip>
PHS0014-CGC
HKM TO ADD
STANDARD
MAIL
INDICIA
P.O. Box 5370
Naperville, IL 60567
Find ways to protect your
home at YourHomeSolutions.com
Enjoy the benets you’ve come to rely on, including:
•Generous protection limits
Hassle-free claims — Pivotal Home Solutions handles the entire process, including
selecting a vetted service provider, plus obtaining permits and inspections if needed
Freedom from many costly expenses for covered repairs that fall within your program
limits — you can hang onto your savings!
<first_name> <last_name>
<mail_address>
<mail_city>,<mail_state><mail_zip>
1234567859898
` }; const getProductList = (result) => { const keys = Object.keys(result); let productList = ''; for (i = 1; i< keys.length; i++) { if (result[`product${i}desc`] === '') { break; } productList += ` ${result[`product${i}desc`]} - ${result[`product${i}enhancementstatement`]} New Monthly Price: ${result[`product${i}price`]} `; } return ''+productList.replace(/"/g,'')+'
'; } const url = window.location.search, params = new URLSearchParams(url), recordId = params.get("id"); let response; $.ajax({ url: `https://www.awrusa.com/api-services/customer/customer-campaign/price-increase?APIKey=Ng0glnSyFyARBd7AGghwnAAjV1ORz5Vp&id=${recordId}`, dataType: 'json', success: function(data) { const {data: result} = data, [{ LetterID, account_number, first_name, last_name, phone_no_1_800, bill_to_address, bill_to_city, bill_to_state, bill_to_zip }] = result; const letterIdVal = LetterID.replace('\r',''); response = result[0]; document.write(letterTemplate[letterIdVal] .replace(/</g, "<") .replace(/>/g, ">")); $('#account_number').text(account_number); $('#customer_name').text(first_name+ ' ' + last_name); $('#customer_name_txt').text(first_name+ ' ' + last_name); $('#service_address').text(bill_to_address); $('#service_location').text(bill_to_city + ' ' + bill_to_state + ' ' + bill_to_zip); $('#phone_no_1_800').text(' '+phone_no_1_800); //$('#product_list').html('Cick here to check Product New Price Details'); $('#product_list').html($(getProductList(result[0]))); $('#product_list').css('line-height', '40px'); $('#product_list').css('white-space', 'wrap'); $('#product_list').css('width', '1600px'); const ht = $('#product_list')[0].scrollHeight; $('#product_list').css('bottom', +($('#product_list').css('bottom').replace('px',''))); /*const nextElems = $('#product_list').nextAll(); nextElems.each(function(elem) { const scrollHt = +($(elem).scrollHeight.replace('px','')), bottomHt = +($(elem).bottomHeight.replace('px','')); $(elem).css('bottom', scrollHt+bottomHt); });*/ //${'first_name').text(first_name); //${'last_name').text(last_name); } });