Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Telerik
Sitefinity
Newsletters
SendGrid
Services
SendGridWebHookPlugin
C# Class Telerik.Sitefinity.Newsletters.SendGrid.Services.SendGridWebHookPlugin
A ServiceStack plug-in that configures the web hook endpoints used by SendGrid for event notifications.
Inheritance:
IPlugin
Show file
Open project: Sitefinity/NewslettersSendGrid
Public Methods
Method
Description
Register
(
IAppHost
appHost
) :
void
Adding the SendGrid web hook service routes
Method Details
Register()
public
method
Adding the SendGrid web hook service routes
public
Register
(
IAppHost
appHost
) :
void
appHost
IAppHost
The service stack appHost
return
void