Net.Pipedrive
1.0.1
See the version list below for details.
dotnet add package Net.Pipedrive --version 1.0.1
NuGet\Install-Package Net.Pipedrive -Version 1.0.1
<PackageReference Include="Net.Pipedrive" Version="1.0.1" />
paket add Net.Pipedrive --version 1.0.1
#r "nuget: Net.Pipedrive, 1.0.1"
// Install Net.Pipedrive as a Cake Addin #addin nuget:?package=Net.Pipedrive&version=1.0.1 // Install Net.Pipedrive as a Cake Tool #tool nuget:?package=Net.Pipedrive&version=1.0.1
Net.Pipedrive
Note This package was based on Pipedrive.net package. The code up to this commit was taken as a basis.
Debugging
You can debug this library right from your application by configuring the NuGet symbol server.
Getting started
Set the API Key and URL for your project
In your application initialization, set your API key and organization URL:
PipedriveClient client = new PipedriveClient(new ProductHeaderValue("PipedriveExample"), new Uri("[your organization url here]"))
{
Credentials = new Credentials("[your api key here]", AuthenticationType.ApiToken)
};
You can obtain your secret API key from the API Settings https://[your organization].pipedrive.com/settings/api
in Pipedrive.
Supported endpoints
Activities
- getActivities
- getActivity
- addActivity
- updateActivity
- deleteActivities
- deleteActivity
ActivityFields
- getActivityFields
ActivityTypes
- getActivityTypes
- addActivityType
- updateActivityType
- deleteActivityTypes
- deleteActivityType
CallLogs
- getUserCallLogs
- getCallLog
- addCallLog
- addCallLogAudioFile
- deleteCallLog
Currencies
- getCurrencies
Deals
- getDeals
- searchDeals
- getDealsSummary
- getDealsTimeline
- getDeal
- getDealActivities
- getDealFiles
- getDealUpdates
- getDealFollowers
- getDealMailMessages
- getDealParticipants
- getDealUsers
- getDealPersons
- getDealProducts
- addDeal
- duplicateDeal
- addDealFollower
- addDealParticipant
- addDealProduct
- updateDeal
- mergeDeals
- updateDealProduct
- deleteDeals
- deleteDeal
- deleteDealFollower
- deleteDealParticipant
- deleteDealProduct
DealFields
- getDealFields
- getDealField
- addDealField
- updateDealField
- deleteDealFields
- deleteDealField
Files
- getFiles
- getFile
- downloadFile
- addFile
- addFileAndLinkIt
- linkFileToItem
- updateFile
- deleteFile
Filters
- getFilters
- getFilterHelpers
- getFilter
- addFilter
- updateFilter
- deleteFilters
- deleteFilter
GlobalMessages
- getGlobalMessages
- deleteGlobalMessage
Goals
- getGoals
- getGoalResult
- addGoal
- updateGoal
- deleteGoal
ItemSearch
- searchItem
- searchItemByField
Leads
- getLeads
- getLead
- addLead
- deleteLead
- updateLead
LeadLabels
- getLeadLabels
- addLeadLabel
- deleteLeadLabel
- updateLeadLabel
LeadSources
- getLeadSources
Mailbox
- getMailMessage
- getMailThreads
- getMailThread
- getMailThreadMessages
- updateMailThreadDetails
- deleteMailThread
Notes
- getNotes
- getNote
- addNote
- updateNote
- deleteNote
NoteFields
- getNoteFields
Organizations
- getOrganizations
- searchOrganization
- getOrganization
- getOrganizationActivities
- getOrganizationDeals
- getOrganizationFiles
- getOrganizationUpdates
- getOrganizationFollowers
- getOrganizationMailMessages
- getOrganizationUsers
- getOrganizationPersons
- addOrganization
- addOrganizationFollower
- updateOrganization
- mergeOrganizations
- deleteOrganizations
- deleteOrganization
- deleteOrganizationFollower
OrganizationFields
- getOrganizationFields
- getOrganizationField
- addOrganizationField
- updateOrganizationField
- deleteOrganizationFields
- deleteOrganizationField
OrganizationRelationships
- getOrganizationRelationShips
- getOrganizationRelationship
- addOrganizationRelationship
- updateOrganizationRelationship
- deleteOrganizationRelationship
PermissionSets
- getPermissionSets
- getPermissionSet
- getPermissionSetAssignments
Persons
- getPersons
- searchPersons
- getPerson
- getPersonActivities
- getPersonDeals
- getPersonFiles
- getPersonUpdates
- getPersonFollowers
- getPersonMailMessages
- getPersonUsers
- getPersonProducts
- addPerson
- addPersonFollower
- addPersonPicture
- updatePerson
- mergePersons
- deletePersons
- deletePerson
- deletePersonFollower
- deletePersonPicture
PersonFields
- getPersonFields
- getPersonField
- addPersonField
- updatePersonField
- deletePersonFields
- deletePersonField
Pipelines
- getPipelines
- getPipeline
- getPipelineConversionStatistics
- getPipelineDeals
- getPipelineMovementStatistics
- addPipeline
- updatePipeline
- deletePipeline
Products
- getProducts
- searchProducts
- getProduct
- getProductDeals
- getProductFiles
- getProductFollowers
- getProductUsers
- addProduct
- addProductFollower
- updateProduct
- deleteProduct
- deleteProductFollower
ProductFields
- getProductFields
- getProductField
- addProductField
- updateProductField
- deleteProductFields
- deleteProductField
Recents
- getRecents
Roles
- getRoles
- getRole
- getRoleAssignments
- getRoleSubRoles
- getRoleSettings
- addRole
- addRoleAssignment
- addOrUpdateRoleSetting
- updateRole
- deleteRole
- deleteRoleAssignment
Stages
- getStages
- getStage
- getStageDeals
- addStage
- updateStage
- deleteStages
- deleteStage
Subscriptions
- getSubscription
- findSubscriptionByDeal
- getSubscriptionPayments
- addRecurringSubscription
- addSubscriptionInstallment
- updateRecurringSubscription
- updateSubscriptionInstallment
- cancelRecurringSubscription
- deleteSubscription
Teams
- getTeams
- getTeam
- getTeamUsers
- getUserTeams
- addTeam
- addTeamUser
- updateTeam
- deleteTeamUser
Users
- getUsers
- findUsersByName
- getCurrentUser
- getUser
- getUserFollowers
- getUserPermissions
- getUserRoleAssignments
- getUserRoleSettings
- addUser
- addUserRoleAssignment
- updateUser
- deleteUserRoleAssignment
UserConnections
- getUserConnections
UserSettings
- getUserSettings
Webhooks
- getWebhooks
- addWebhook
- deleteWebhook
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.