An open API service indexing awesome lists of open source software.

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

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