bytechefhq / bytechefhq/bytechef
[component]: Pipedrive
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
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
- [ ] Connection setup steps
- [ ] Guidejar tutorial for connection setup
- [ ] Documentation is generated and available
Contributor guide
Assessment
This issue has not been assessed yet.