zoukankan      html  css  js  c++  java
  • SAP CRM和Twitter以及facebook的社交媒体集成方案

    Our team has already integrated Twitter ( also Facebook ) into interaction center in CRM7.0 EHP3.
    You can see an example below:
    Create a tweet in twitter website:Now I can see the tweet created just now in the web site.

    And I can also see it in CRM IC agent inbox:

    select the first row and I can directly reply it in CRM by clicking reply button:

    just click the send button:
    Here below the screenshot is for Facebook:
    I create a post in Facebook:


    And the post could also be found in CRM system:

    if you would like to integrate other social channel than twitter and facebook, you just have to implement your own client class for the new social channel, and all left tasks are centrally done by us from framework side.

    you can get more detail information from consulting note 1832462 about social integration achitecture. Implementation detail for facebook client class: note 1832481. And note 1832480 for twitter.

    Update on 2013-11-20 for reply to Kavindra:

    We have defined a BAdI enhancement spot which you could do your specific analysis on the data extracted from web site.


    We have delivered a sample implementation which could calculate the sentiment of the text posted in twitter & facebook like “Positive, Negative, Strong Positive, Neutral”, with the help of SAP HANA Text Analysis Engine. Of course you could use your own TA engine within that BAdI enhancement implementation.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    Java设计模式之原型模式
    Java设计模式之单例模式
    Java设计模式之抽象工厂模式
    Java设计模式之工厂方法模式
    redis常用配置参数详解
    Maven版本的ssm框架项目常见依赖pom.xml
    Maven中setting.xml配置Demo
    Linux中安装jdk
    Linux中查看jdk安装目录、Linux卸载jdk、rpm命令、rm命令参数
    Hibernate主键生成策略
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13420079.html
Copyright © 2011-2022 走看看