add akadmy template also

This commit is contained in:
2026-01-02 09:02:23 +00:00
parent 0e583f6853
commit a45d3ec421

View File

@@ -814,6 +814,12 @@
{templateName: "Follow up", templateID: "361", verticals: "buzzapp"} {templateName: "Follow up", templateID: "361", verticals: "buzzapp"}
]; ];
let akadmyData = [
{templateName: "Welcome email", templateID: "369", verticals: "akadmy"},
{templateName: "Followup", templateID: "370", verticals: "akadmy"},
{templateName: "DNP", templateID: "371", verticals: "akadmy"}
];
let templateWhatsappList = document.getElementById('templateWhatsappList'); let templateWhatsappList = document.getElementById('templateWhatsappList');
templateWhatsappList.innerHTML = ''; // Clear the previous list items templateWhatsappList.innerHTML = ''; // Clear the previous list items