activecampaign-net-client 1.0.4

dotnet add package activecampaign-net-client --version 1.0.4
NuGet\Install-Package activecampaign-net-client -Version 1.0.4
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="activecampaign-net-client" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add activecampaign-net-client --version 1.0.4
#r "nuget: activecampaign-net-client, 1.0.4"
#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.
// Install activecampaign-net-client as a Cake Addin
#addin nuget:?package=activecampaign-net-client&version=1.0.4

// Install activecampaign-net-client as a Cake Tool
#tool nuget:?package=activecampaign-net-client&version=1.0.4

ActiveCampaign .Net Client (C#)

The purpose of ActiveCampaign .Net Client is to interact with ActiveCampaign API V3 without having to know the in and outs of it.

How to use

Initialization

using var ac = new ActiveCampaign.Client( "<API access url here>", "<API access key here>" );

You can find your API access url and key in your ActiveCampaign account: Settings (cog) → Developer

Adding a contact

var contactData = await ac.AddContact( "example@example.com", <optional cancellation token> );

Important

You should not use more than one client at the same time. The reason is that there are timed access restrictions imposed by ActiveCampaign, and they are taken into account within just one client.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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.4 397 11/29/2022
1.0.3 320 11/29/2022
1.0.2 314 11/29/2022
1.0.1 306 11/29/2022
1.0.0 325 11/28/2022