Build a long-lasting communication with your customers. Marketing automation and email marketing are the two most powerful channels.
$ dotnet add package SendloopA .NET client library for Sendloop v3 API endpoints.
Sendloop provides a single entry point (SendloopManager) for common email marketing operations:
Install-Package Sendloop
using Sendloop;
var manager = new SendloopManager("YOUR_SENDLOOP_API_KEY");
var account = manager.Account.GetInfo();
if (account.Success)
{
System.Console.WriteLine(account.AccountInfo.Email);
}
SendloopManager exposes:
SystemAccountSubscriberListSubscriberCampaignSuppressionList