Description
Summary What I need: I've built a Voice CRM app. Sales reps use it to speak their deal details out loud (using the app's mic), instead of typing into a CRM manually. I need a developer to connect my app to three CRMs so that whatever the sales rep says gets automatically saved into their CRM dashboard. The three CRMs to integrate are: Zoho CRM, HubSpot, and Salesforce. In simple terms: My app already converts the sales rep's voice into structured deal data (like deal name, contact, amount, stage, notes, etc.). You need to take that data and push it into the correct fields on Zoho CRM, HubSpot, and Salesforce using their official APIs. This should work through standard OAuth login, so each sales rep connects their own CRM account securely. Once connected, any new deal spoken into the app should show up automatically on the rep's CRM dashboard, no manual entry needed. Deliverables: API integration with Zoho CRM, HubSpot, and Salesforce (create/update deal records) OAuth-based authentication for each platform Error handling (e.g., what happens if a field doesn't match or API call fails) Basic documentation on how the integration works That's it, no other features needed right now, just the three CRM connections working smoothly.