Ho Ngoc Hai
db8ac9c592
feat(notifications): add Zalo OA R8.2 ZNS templates (TEC-2765)
Adds the four R8.2 template channels missed in prior heartbeats:
- inquiry.reply (env: ZALO_ZNS_TEMPLATE_INQUIRY_REPLY)
- listing.price_drop (env: ZALO_ZNS_TEMPLATE_PRICE_DROP)
- subscription.renewal (env: ZALO_ZNS_TEMPLATE_SUBSCRIPTION_RENEWAL)
- subscription.renewed (env: ZALO_ZNS_TEMPLATE_SUBSCRIPTION_RENEWED)
template.service.ts gets matching email/in-app bodies so the keys
render across channels (not just ZNS). Spec key count bumped 13 to 17
and zalo-zns-templates.spec.ts validates env gating + param mapping.
Co-Authored-By: Paperclip <noreply@paperclip.ing>