Skip to content

Integrates Fluid, a lightweight .NET Liquid templating engine, into Transmitly. It enables dynamic message templating for emails, SMS, and other communication channels, allowing for flexible and efficient content generation with Liquid syntax

License

Notifications You must be signed in to change notification settings

transmitly/transmitly-template-engine-fluid

Repository files navigation

Transmitly.TemplateEngine.Fluid

A Transmitly template engine that enables rendering templates with the Fluid template engine.

Getting started

To use the Fluid template engine, first install the NuGet package:

dotnet add package Transmitly.TemplateEngine.Fluid

Then add the template engine using AddFluidTemplateEngine():

using Transmitly;
...
var communicationClient = new CommunicationsClientBuilder()
	.AddFluidTemplateEngine();
  • 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.
an open-source project sponsored by CiLabs of Code Impressions, LLC

Copyright © Code Impressions, LLC - Provided under the Apache License, Version 2.0.

About

Integrates Fluid, a lightweight .NET Liquid templating engine, into Transmitly. It enables dynamic message templating for emails, SMS, and other communication channels, allowing for flexible and efficient content generation with Liquid syntax

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages