Results 1 to 7 of 7

Thread: SugarCRM/Twitter Integration (New Module)

  1. #1
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default SugarCRM/Twitter Integration (New Module)

    Hi folks,

    I put this together over the last couple of days. Apparently creating modules is my most recent method of keeping myself from running.

    Anyway, it is a very basic module right now, but I am looking for suggestions for improvements.

    In short, it is a logic hook that integrates the Cases module with Twitter. How so? After installing it, a new field is added to the cases module. It is a check box field named "Tweet Update." Add this field to your EditView via Studio because you will need to be able to edit it in order to use the module.

    NOTE: In my testing, it kept installing the field as a "required" field, which it should not be. Please let me know if this occurs to you as well, as it would seem to indicate there is a bug within the Module Loader, but need verification.

    Secondly, look in <sugar>/custom/modules/Cases. You will see a casetwit_config.php file in there. Edit it and put in your corresponding Twitter info.

    Now that you've set everything up, you are ready to use it.

    Here is how it works (right now):

    If you edit a Case and set its status to "Closed," and you've checked the box for "Tweet Update," the logic hook will kick in and send the following info via the defined Twitter account:

    "Case #[case_number] was closed on: [current_date_time]"

    How is this helpful? If you have customers following you on Twitter, they don't have to go fetch information about a case they may have submitted, especially if you have a dedicated Twitter account for your service/support team. e.g. @mycompany_support

    Of course, the message can be easily modified and include other info. I left it rather generic as privacy issues might be a bit of a concern to some.

    Some thoughts on features I want to add...

    * Send updates when a particular field is changed
    * Send updates when a related record is added (i.e. notes, pending item, etc.)

    Please let me know what other items you think would be good to consider and I'll try to add them.

    Download is available here:

    http://www.sugarforge.org/projects/casetwit/

    NOTE: Module package will only work on 5.2, but it can be manually applied to 5.0 and greater, all flavors.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: SugarCRM/Twitter Integration (New Module)

    Please stop running altogether ... I have some suggestions for other modules you could look at

    Looks very interesting ...!!! Thank you.

  3. #3
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: SugarCRM/Twitter Integration (New Module)

    I am sure my knees would like that, but I am not sure about my waistline. ROFL

    Let me know if you've got some ideas for improvement and I'll try to incorporate them ASAP.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  4. #4
    rcastro is offline Senior Member
    Join Date
    Dec 2009
    Posts
    41

    Default Re: SugarCRM/Twitter Integration (New Module)

    Great work! I didn't tried it yet but I will soon...I see the last post is from 2009, is there any news?

  5. #5
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: SugarCRM/Twitter Integration (New Module)

    Haven't had a chance to play with it in a while, although, it is slowly rising to the top of my to do list.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  6. #6
    rcastro is offline Senior Member
    Join Date
    Dec 2009
    Posts
    41

    Default Re: SugarCRM/Twitter Integration (New Module)

    ok, thanks for the quick answer!

    Let me know any news...and of course I would be glad to help you!

    Cheers,

    Ramiro Castro.

  7. #7
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: SugarCRM/Twitter Integration (New Module)

    Hi Folks,

    I was finally able to dedicate a bit more time to this and have released an update, version 1.0.3.

    This update includes a fix for the required field problem I mention earlier in the thread.

    Further to this, it adds support for version 5.5 of SugarCRM and includes new functionality to send updates when a Notes entry is added to the Case.

    Version 1.0.3 is available for download on the SugarForge project page: http://www.sugarforge.org/projects/casetwit/
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SugarCRM: Social Marketing and Twitter
    By josh.sweeney in forum Atlanta User Group
    Replies: 6
    Last Post: 2011-06-29, 11:08 AM
  2. Module: GetSocial Twitter
    By josh.sweeney in forum Downloads
    Replies: 7
    Last Post: 2009-11-16, 04:36 PM
  3. SugarCRM Quote Module Integration with Sage ACCPAC ERP
    By RajVel in forum General Discussion
    Replies: 2
    Last Post: 2009-03-28, 11:05 AM
  4. SugarCRM discussions on Twitter
    By labanjohnson in forum General Discussion
    Replies: 0
    Last Post: 2008-07-17, 02:53 PM
  5. Replies: 2
    Last Post: 2006-07-12, 02:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •