aimythgit
aimythgit
> `"abc": "{}"`. This feature did what was required. Documenting for a better view Instead of `"phone": "{{phone}}"`. This would create an empty phone node if the phone is null...
This needs to have another enhancement. what is needed is a hybrid solution. Lets assume there are two fields in the incoming data given_name family_name The mapping changes given_name to...
I saw this but didn't see a signature document for the send method. const sgClient1 = new Client(); const sgClient2 = new Client(); sgClient1.setApiKey('KEY1'); sgClient2.setApiKey('KEY2'); // What should be this...
Elmer, Thanks for the clarification but the current sendMail package is a singleton, that's why I have asked for this feature. Either expose the mail client from this package that...