Sendloop 1.0.8.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sendloop --version 1.0.8.3
                    
NuGet\Install-Package Sendloop -Version 1.0.8.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sendloop" Version="1.0.8.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sendloop" Version="1.0.8.3" />
                    
Directory.Packages.props
<PackageReference Include="Sendloop" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sendloop --version 1.0.8.3
                    
#r "nuget: Sendloop, 1.0.8.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Sendloop@1.0.8.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sendloop&version=1.0.8.3
                    
Install as a Cake Addin
#tool nuget:?package=Sendloop&version=1.0.8.3
                    
Install as a Cake Tool

Sendloop Build status Gitter

Unofficial .NET client for Sendloop v3 API endpoints.

Install

Install the NuGet package:

Install-Package Sendloop

Solution Structure

  • Sendloop: Main class library (.NET Framework 4.5)
  • Sendloop.Test: MSTest test project (.NET Framework 4.5)
  • Sendloop.Console: Small console sample project

Primary facade:

var manager = new SendloopManager("YOUR_API_KEY");
var accountInfo = manager.Account.GetInfo();

Supported Modules

SendloopManager exposes these modules:

  • System
  • Account
  • SubscriberList
  • Subscriber
  • Campaign
  • SuppressionList

Build From Source

This repository uses classic (non-SDK-style) .csproj files and packages.config.

nuget restore Sendloop.sln
msbuild Sendloop.sln /p:Configuration=Release

Notes:

  • dotnet test does not discover/run these tests directly because the project is non-SDK-style MSTest.
  • Preferred test execution is Visual Studio Test Explorer on Windows.

Test Project Analysis

Sendloop.Test is mostly integration-oriented and requires a real Sendloop API key:

  1. Set your API key in Sendloop.Test/TestBase.cs ({YOUR-SENDLOOP-API-KEY} placeholder).
  2. Tests short-circuit if the placeholder key is still present.

Current coverage highlights:

  • TestAccount
    • GetInfo
    • GetApiKeyList
    • UpdateInfo (updates account data and restores original value)
  • TestCampaign
    • GetList
    • GetListByStatus test exists but is commented out
  • TestTransactionEmail
    • Method scaffold exists, send/assert section is commented out
  • TestSubscriberList
    • TestCreate method currently empty

Packaging

Build release first, then pack:

nuget pack Sendloop/Sendloop.csproj -Properties Configuration=Release -OutputDirectory artifacts

Push package:

nuget push artifacts/Sendloop.<version>.nupkg -Source https://api.nuget.org/v3/index.json

If needed, set API key once:

nuget setapikey <NUGET_API_KEY> -Source https://api.nuget.org/v3/index.json

Endpoints Progress

Progress Endpoint
Complete system.timezones.get
Complete system.systemdate.get
Complete system.countries.get
Complete system.accountdate.get
Complete account.info.get
Complete account.info.update
Uncomplete report.list.overall
Complete list.settings.get
Complete list.getlist
Complete list.get
Complete suppression.list.getlist
Complete suppression.list.get
Complete list.update
Complete list.settings.update
Complete list.create
Complete list.delete
Uncomplete customfield.create
Uncomplete customfield.delete
Uncomplete customfield.get
Uncomplete customfield.getlist
Uncomplete customfield.getsizes
Uncomplete customfield.update
Uncomplete segment.create
Uncomplete segment.delete
Uncomplete segment.get
Uncomplete segment.getlist
Uncomplete segment.update
Complete subscriber.get
Complete subscriber.search
Complete subscriber.browse
Uncomplete export.unsubscriptions
Uncomplete export.suppressionlist
Uncomplete export.spamcomplaints
Uncomplete export.bounces
Complete subscriber.update
Complete subscriber.unsubscribe
Complete subscriber.subscribe
Complete subscriber.import
Complete suppression.list.add
Uncomplete campaign.getlistbystatus
Complete campaign.getlist
Complete campaign.get
Uncomplete report.campaign.webbrowserviews
Uncomplete report.campaign.unsubscriptions
Uncomplete report.campaign.spamcomplaints
Uncomplete report.campaign.overall
Uncomplete report.campaign.opens
Uncomplete report.campaign.openlocations
Uncomplete report.campaign.links
Uncomplete report.campaign.forwards
Uncomplete report.campaign.emailclients
Uncomplete report.campaign.bounces
Uncomplete data.campaign.unsubscriptions
Uncomplete data.campaign.openlocations
Uncomplete data.campaign.forwards
Uncomplete data.campaign.emailopens
Uncomplete data.campaign.linkclicks
Uncomplete data.campaign.browserviews
Uncomplete data.campaign.bounces
Complete campaign.update
Complete campaign.delete
Complete campaign.create
Complete campaign.send
Complete campaign.cancelschedule
Complete campaign.resume
Complete campaign.pause
Complete account.api.getlist
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.8.4 84 2/25/2026
1.0.8.3 84 2/25/2026
1.0.8.2 139 2/25/2026
1.0.8.1 1,866 5/6/2017
1.0.8 1,895 5/4/2017
1.0.7.1 1,953 5/1/2017

NuGet metadata modernized: embedded license, icon and README.