Project

General

Profile

Actions

Task #483

open

Epic #147: 1. Document - FCIF Old System Comparision

Feature #253: 1.16 Notifications and Reminders

Feature #472: Notification > WhatsApp Notification Templates

ipf_overdue_notice_1

Added by Deeksha Singh about 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
02/26/2026
Due date:
% Done:

0%

Estimated time:

Description

First notice that a payment has been missed and is now overdue.

Json Scripts :

    {
        "name": "ipf_overdue_notice_1",
        "parameter_format": "POSITIONAL",
        "components": [
            {
                "type": "HEADER",
                "format": "TEXT",
                "text": "Overdue Payment Notice"
            },
            {
                "type": "BODY",
                "text": "Hello {{1}},\n\nYour FCIF installment of {{2}} due on {{3}} has not been received.\n\nReference: {{4}}\n\nThank You.",
                "example": {
                    "body_text": [
                        [
                            "John Doe",
                            "J$ 32,087.98",
                            "12-Mar-2026",
                            "6XDBCMUV33"
                        ]
                    ]
                }
            },
            {
                "type": "FOOTER",
                "text": "Federal Capital Investments & Finance Limited"
            },
            {
                "type": "BUTTONS",
                "buttons": [
                    {
                        "type": "URL",
                        "text": "Pay Now",
                        "url": "https://www.fcif.com/{{1}}",
                        "example": [
                            "https://www.fcif.com/paynow1234"
                        ]
                    }
                ]
            }
        ],
        "language": "en",
        "status": "APPROVED",
        "category": "UTILITY",
        "sub_category": "CUSTOM",
        "id": "787895217685258"
    },

No data to display

Actions

Also available in: Atom PDF