Hacker News new | ask | show | jobs
Ask HN: Sending Data to the Customers CRMs
1 points by moabuaboud 1320 days ago
For SaaS founders, do your customers ask you to send data from your SaaS to their CRMs? How do you go about it and offer these integrations?
1 comments

Years ago I worked on something something that determined sales territory assignments for new prospects and inserted them into Salesforce.com through the API. One of the geospatial analysts made something with Alteryx that made the assignments, I wrote some C# to call the Salesforce API. It was a pretty easy project.
Interesting, I was thinking of a way to support many CRMs integrations without building all of them in-house