https://github.com/alexellis/pipedrive-sdk
A Golang SDK for Pipedrive
https://github.com/alexellis/pipedrive-sdk
crm golang pipedrive sdk
Last synced: 10 months ago
JSON representation
A Golang SDK for Pipedrive
- Host: GitHub
- URL: https://github.com/alexellis/pipedrive-sdk
- Owner: alexellis
- License: mit
- Created: 2021-12-07T15:07:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T11:34:46.000Z (about 3 years ago)
- Last Synced: 2025-04-01T18:25:04.565Z (about 1 year ago)
- Topics: crm, golang, pipedrive, sdk
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pipedrive-sdk for Golang
Use this library to import new deals and contacts to [Pipedrive](https://www.pipedrive.com/).
Search / lookup:
* Search for person
* Search for organization
Creation / data-entry:
* Create a new person
* Create a new organization
* Create a new deal
* Add a note to a deal
View the generated [Go docs on pkg.go.dev](https://pkg.go.dev/github.com/alexellis/pipedrive-sdk)
Read an example: [example/example.go](example/example.go)
Browse the code:
* [lib.go](lib.go)
* [types.go](types.go)
License: MIT