đ Email Communication¶
- This module contains all the mailers to send emails to members during their claim journey.
- The HTML templates are stored in the
apps/be_api/templates/claim_managementfolder and are available in 3 languages: đŗđą, đŦđ§ and đĢđˇ.
Hospitalization Declaration Received¶
- â° When a member declares a hospitalization
- đ hospitalization_declaration_received.en.html
Reimbursement Request Blocked¶
- â° When a reimbursement request is blocked
- â° When the blocked reason is updated
- đ reimbursement_request_blocked.en.html
Claim Reimbursed¶
- â° When the claim is settled (also triggered by deprecated Reimburse tools) - one per settlement
- đ reimbursement_accepted.en.html
- đ reimbursement_refused.en.html
Claim Overpayment¶
- â° When an overpayment is triggered after claim correction or hospitalization invoice
- đ claim_overpayment_correction.en.html
- đ claim_overpayment_hospitalization.en.html
User Payment Received¶
- â° When we received money from a member to solve overpayment
- đ payment_received.en.html
Reward Payment Sent¶
- â° When payment for a Reward has been sent to the member
- đ reward_received.en.html
Severe Illness Declaration Expiration¶
- â° When severe illness declaration end date is in less than 7 days
- đ severe_illness_declaration_expiration.en.html
BVAC Rejected¶
- â° When a eBVAC is rejected (only
patient_name_not_matchingrejection reason supported for now) - đ bvac_rejected.en.html
đą Push Notifications¶
All the notifications pushed to members during their claim journey are categorized as "Essentials/Reimbursement" (see product announcement â§)
Claim Reimbursed¶
- â° When a claim is reimbursed
- âšī¸ There 2 types of notifications:
care_act_push_notification, when the reimbursement is acceptedno_reimbursement_push_notification, when the reimbursement is refused
Note this push notification currently only opens the Home tab, without zooming in on the claim. This is not delightful and generates care contact.
Hospitalization Declaration Status Changed¶
- â° When the status of a hospitalization declaration is updated
- âšī¸ There 1 type of notification
hospitalization_status_changedbut a different message for each status upate: MORE_INFO_REQUIREDCOVEREDPARTIALLY_COVEREDNOT_COVERED
Claim Overpayment¶
- â° When an overpayment is triggered after claim correction or hospitalization invoice
- âšī¸ There 1 type of notification
claim_overpayment