A Transmitly template engine that enables rendering templates with the Scriban template engine.
To use the Scriban template engine, first install the NuGet package:
dotnet add package Transmitly.TemplateEngine.ScribanThen add the channel provider using AddScribanTemplateEngine():
using Transmitly;
...
var communicationClient = new CommunicationsClientBuilder()
.AddScribanTemplateEngine();- Check out the Transmitly project for more details on what a template engine is and how it can be used to improve how you manage your customer communications.
Copyright © Code Impressions, LLC - Provided under the Apache License, Version 2.0.