Hi All Good Morning,
We have below requirement
Using plugin we have to send SMS template to the contact.
On form we have field where we can select template for SMS and we will send message of this template to contact from plugin.
The issue we are facing is.
We have created email template with dynamic field in template like Contact ID , Contact Name etc...
now we are fetching that templates body but only getting static value within it for dynamics value we are getting "??" so how we can get dynamic value.
plugin is going to fire on update event of contact at that time we have to send SMS using selected template with dynamic content email body.