How too integrate to SugarCrm
2 years, 7 months ago #6587
Hello, someone can help me or I already have some plugin to integrate SugarCRM and breezing, I need that once filled the fields, it is automatically added Sugar. a little help?
Re:How too integrate to SugarCrm
2 years, 7 months ago #6814
To integrate with Sugar CRM, you either have to use a form handler (for simple lead imports) or an XML api to move data in. The form handler is pretty easy and I've done integrations using simple libcurl calls with Facile forms. Probably the easiest way is just to write a cron job that looks for new records and batches them into sugar as you can easily support more forms without having to put a new submit script on every form.
Re:How too integrate to SugarCrm
2 years, 7 months ago #6816
The reason for all of this is that SugarCRM's database model doesn't write data to just one table, and there's no way to calculate keys without using the api.