bytechef
bytechef copied to clipboard
[component]: Pipedrive
As a Workflow Developer I want to be able to use the native Pipedrive connector So that I can implement more complex integration use cases where the connector is involved.
Website: https://developers.pipedrive.com/docs/api/v1
Acceptance Criteria
List of implemented actions:
- [x] add deal
- [x] add lead
- [x] add organization
- [x] add person
- [x] delete deal
- [x] delete lead
- [x] delete organization
- [x] delete person
- [x] get deal details
- [x] get lead details
- [x] get leads
- [x] get organization details
- [x] get person details
- [x] get persons
- [x] search deals
- [x] search leads
- [x] search organization
- [x] search persons
List of implemented triggers:
- [x] new activity
- [x] new deal
- [x] new organization
- [x] new person
- [x] updated deal
- [x] updated organization
- [x] updated person
Definition of Done:
- [ ] Unit/Integration tests
- [ ] Documentation
We must review the existing connector generated from the OOTB Pipedrive Open API spec. Probably not all fields should be exposedd as inputs