From ffe73e0ab109f3ca2fa95d3f76a085a10ff51bc3 Mon Sep 17 00:00:00 2001 From: Rachid F <109089247+rflihxyz@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:08:50 +0000 Subject: [PATCH] :memo: Added recap table with integration providers supported for CRMs Added recap table with integration providers supported for CRMs --- packages/api/src/crm/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/api/src/crm/README.md diff --git a/packages/api/src/crm/README.md b/packages/api/src/crm/README.md new file mode 100644 index 000000000..aca53e9f2 --- /dev/null +++ b/packages/api/src/crm/README.md @@ -0,0 +1,25 @@ +# Panora - The Open Source Unified API Platform +## Supported Integrations + +Panora supports integration with the following objects across multiple platforms: + +| Panora | Hubspot | Pipedrive | Zoho CRM | Zendesk | Freshsales | +|-------------|-----------|-----------|-----------|-----------|------------| +| Contacts | ✔ | ✔ | ✔ | ✔ | ✔ | +| Deals | ❌ | ❌ | ❌ | ❌ | ❌ | +| Notes | ❌ | ❌ | ❌ | ❌ | ❌ | +| Engagement | ❌ | ❌ | ❌ | ❌ | ❌ | +| Tasks | ❌ | ❌ | ❌ | ❌ | ❌ | +| Users | ❌ | ❌ | ❌ | ❌ | ❌ | + +## Your CRM is missing? Or an object you need? + +1. **Click [here](https://panora.canny.io/integration-requests) to ask the Panora community for this integration.** +2. Browse existing requests to check if someone else has already suggested the CRM you have in mind. If so, you can upvote the existing request to show your support. +3. If your desired integration isn't already listed, click the "New Integration" button to submit a new integration request. Provide as much detail as possible about the CRM and the reasons for integration. +Thanks! 🙏 + + +## Want to build an integration? + +**Click [here](https://github.com/panoratech/Panora/blob/docs-crmcontact/CONTRIBUTING.md) to learn more!** \ No newline at end of file