Can we pull SMS template from AEM similar to Email and insert content into a custom SMS delivery?
We are trying to see if we can pull SMS/other channel delivery content also from AEM by building a custom code(js and jssp) to show the result of SMS templates from a particular folder in AEM(which is not the same as Email) and then read and insert the same into a delivery(again by code).
I tried halfway by creating methods and functions where we could call the custom path of AEM and try to list that content while we synchronize the delivery, however facing issues to pull the content. Anyone has tried similar case?