Close 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Close --version 0.1.3
NuGet\Install-Package Close -Version 0.1.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="Close" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Close --version 0.1.3
#r "nuget: Close, 0.1.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.
// Install Close as a Cake Addin
#addin nuget:?package=Close&version=0.1.3

// Install Close as a Cake Tool
#tool nuget:?package=Close&version=0.1.3

Close

NuGet MIT

The unofficial .NET Core API client for Close, supporting .NET Core 6+

This is not an official project by Close. It's created and maintained by Telzio, because the API client mentioned in Close' docs hasn't been updated in 7+ years.

Usage

The client currently targets .NET Core 6+.

Dependency Injection

Add the client to your service collection and specify your API Key.

builder.Services.AddCloseClient("xxxxxxxxxxxx");

Important: You should never keep your credentials in your source code. Use a secrets manager instead!

Work In Progress

We are currently working on migrating code from a client library we made internally at Telzio. Below is a list of what's currently implemented and what's in progress.

Leads
  • List leads
  • Create a new lead
  • Retrieve a single lead
  • Update an existing lead
  • Delete a lead
  • Merge two leads
Contacts
  • List contacts
  • Create a new contact (Currently only implemented when creating a new lead)
  • Retrieve a single contact
  • Update an existing contact
  • Delete a contact
Activities
  • Nothing implemented yet
Opportunities
  • List or filter opportunities
  • Create an opportunity
  • Retrieve an opportunity
  • Update an existing opportunity
  • Delete an opportunity
Tasks
  • List or filter tasks
  • Create a task
  • Bulk-update tasks
  • Retrieve a task
  • Update an existing task
  • Delete a task
Memberships
  • Nothing implemented yet
Users
  • Nothing implemented yet
Organizations
  • Nothing implemented yet
Roles
  • Nothing implemented yet
Custom Fields
  • Nothing implemented yet
Lead Statuses
  • List lead statuses for your organization
  • Create new status that can be applied to leads
  • Rename a lead status
  • Delete a lead status
Opportunity Statuses
  • List opportunity statuses for your organization
  • Create new status tht can be applied to opportunities
  • Rename an opportunity status
  • Delete an opportunity status
Pipelines
  • List pipelines for your organization
  • Create a pipeline
  • Update a pipeline
  • Delete a pipeline
Groups
  • Nothing implemented yet
Reporting
  • Nothing implemented yet
Email Templates
  • Nothing implemented yet
SMS Templates
  • Nothing implemented yet
Connected Accounts
  • Nothing implemented yet
Send As
  • Nothing implemented yet
Sequences
  • Nothing implemented yet
Dialer
  • Nothing implemented yet
Smart Views
  • Nothing implemented yet
Bulk Actions
  • Nothing implemented yet
  • Nothing implemented yet
Exports
  • Nothing implemented yet
Phone Numbers
  • Nothing implemented yet
Event Log
  • List Events
  • Retrieve Event
Webhook Subscriptions
  • Nothing implemented yet
Custom Activities
  • Nothing implemented yet
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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
0.2.3 103 2/23/2024
0.2.2 203 11/25/2023
0.2.1 268 10/4/2023
0.2.0 72 9/26/2023
0.1.6 85 9/22/2023
0.1.5 137 5/12/2023
0.1.4 110 5/9/2023
0.1.3 180 3/21/2023
0.1.2 176 3/20/2023
0.1.1 184 3/18/2023
0.1.0 177 3/16/2023