I'm looking for a Drupal / VTiger CRM integration module to share data about users and products.

Three years ago this issue was open, but the module wasn't developed. I found a patch for Drupal, but it is outdated and works only for users in a single way (from Drupal to VTiger).

Is there a deeper VTiger CRM integration module for Drupal 5.x 6.x? Anyone have tried to develop it? Thanks.

Comments

KrisBulman’s picture

this integration would be fantastic. I haven't found a better "open source" CRM.. considering it's plugin ability to talk to google calender, gmail imap, the firefox toolbar plugin, and a even a little quickbooks web connector integration.. i think it's a cut above the rest. If Drupal and vtiger were connected at the login level and mutual contact/user sync between the two, it would make a very useful module addition.

Abilnet’s picture

Yes, Drupal integration with Vtiger would be very useful... of course there's CiviCrm with Drupal integration, but the target group of CiviCrm is mainly to non profit organizations... Vtiger is planned for Business use.

CiviCrm: "...designed specifically to meet the needs of advocacy, non-profit and non-governmental groups..."

Vtiger: "...Sales force automation, Marketing automation, Customer support & service, Order management, etc..."

Unfortunately I'm not a coder and can't help in coding, but at least testing and some donation is something I can do (I've heard rumors that some company somewhere has done the integration but they've not released the code for the public... based on that, at least I believe the integration is possible)

chasz’s picture

anyone game to add full integration?

chirale’s picture

I'm very interested to integration cited by Abilnet. If that code will be publicly released I think Drupal community can even improve the code avoiding it go stale on drupal core upgrade. Integration with e-commerce module (e.g. Ubercart) could make Drupal a valid "support" CMS to existing Vtiger installations.

If anyone has more information about that integration, please report here.

lindyjan’s picture

Hi,

I would also be interested in this integration. Our corporation could pay for the development.

JayKayAu’s picture

Yes please!

This would be immensely useful for our business and our clients. At the moment we're running Drupal and vTiger side-by-side, and would love to connect the two together.

I believe there's a Drupal CRM API module out there, and it looks like a really good place to attach vTiger (were someone to be so wonderful as to do that).

Good luck to whoever is (thinking of) doing this integration :D

- Jamil

dan_k’s picture

Any news on this? links?

Abilnet’s picture

I'm also following this, but at least for now it seems there is no activity available. How to make it happen? ...does anyone have a client who is willing to fund this integration?

mm167’s picture

just rounder if anyone may pay for this module?
US$10? US$100?

Progression’s picture

If it enables the lead system on my drupal website to integrate into vtiger I very well may consider. I saw another forum with other like minded people willing to pay. I believe it was on vtiger itself...

lungpow’s picture

I am currently working on a drupal module to integrate vtiger leads and authenticate off leads that are already stored in vtiger. I have built web-services using vtigers api. Hopefully have a first build drupal module in the next couple of weeks based off my existing web-services.

Abilnet’s picture

Hey this is cool, looking forward for the release, thanks for sharing!

Matthew Woodard’s picture

Any luck with this?

Matthew Woodard’s picture

I have a client willing to fund this, $250?

seanr’s picture

I think the best way to do this may be to write a bridge module between it and CRM API. I did something similar for our in house CRM with the CRMNGP module. The CRM API module creates a series of hooks that allow other Drupal modules to be agnostic about CRMs. The Drupal modules (like my Letters to the editor module) just call the appropriate API function and then CRM API passes the request off to your bridge module which then puts it into the CRM. CRM API has hooks into Drupal's user forms, but also allows your module to define it's own forms and fields as well.

mgifford’s picture

I do think it would be useful to have a wiki page to talk about the various CRM's that can work with Drupal.

Mike

matteoraggi’s picture

Is being developed a Lead capturing module with Drupal (tested only with D6) that integrates with vtiger CRM Webforms module.

Please follow the blog post:
http://www.vtiger.com/blogs/2009/08/05/vtiger_forms-drupal-integration-w...

witsquash’s picture

There is an ubercart-vtiger module for sale at http://witsquash.com. It's mostly 1-way, from drupal to vtiger, but the stock level tracking is bidirectional. In the interest of disclosure, this is my website.

Sends, products and orders to vtiger. Supports products with attributes, and more...

Robertas’s picture

Please check new webform2vtiger module for Drupal 6 or 7. It allows mapping of webform fields to vtiger fields, and Drupal webform submissions are creating new leads in vtiger.

EternalLight’s picture

I've created a sandbox project which allows:
- Map any feildable Drupal entity to any Vtiger entity via UI
- Make a Vtiger API call using Rules
- Map Webform components to Vtiger Entity fields and make a transfer on Webform submission
- Make custom API calls using the Vtiger API class (developer usage only)
The modules have been tested with Vtiger CRM 6.2.0.
Give it a try!