This PR implements a comprehensive integration piece for Bigin by Zoho CRM, addressing the feature request in issue #8601.
Contact Management:
Company Management:
Pipeline Records (Deals):
Task Management:
Event Management:
Call Logging:
This implementation fully addresses the requirements outlined in issue #8601:
packages/pieces/community/bigin-by-zoho/
βββ package.json
βββ project.json
βββ tsconfig.json
βββ tsconfig.lib.json
βββ README.md
βββ src/
βββ index.ts
βββ lib/
βββ common/
β βββ auth.ts # OAuth2 authentication configuration
β βββ client.ts # API client with error handling
β βββ utils.ts # Utility functions and field mappings
βββ actions/
β βββ search-*.ts # 5 search actions
β βββ create-*.ts # 7 create actions
β βββ update-*.ts # 7 update actions
βββ triggers/
βββ new-contact.ts
βββ updated-contact.ts
βββ new-company.ts
βββ new-pipeline-record.ts
Search Actions:
Write Actions:
Triggers:
This integration is built against the official Bigin by Zoho API v2:
Closes #8601
/claim #8601
Vishwanath Martur
@vishwamartur
Activepieces (YC S22)
@activepieces