Send Email with SendGrid 8 -Template Management

Опубликовано: 24 Июль 2026
на канале: C# Artisan
250
5

Any application that uses SendGrid templates might need to interact with the templates collection in a more administrative way. For example, maybe you need to retrieve a list of templates and their versions. Maybe you need to retrieve the raw HTML for a template. Maybe you even need to create a template on the fly. SendGrid supports these kinds of template management operations through its REST API and also provides some basic C# support. In this video, we'll see how.