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的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    单链表
    队列

    面向对象的数组与查找算法
    线性结构
    数据结构与算法概述
    webstorm 格式化代码快捷键
    Web规范小记录1:Web文件规范
    豆瓣 API报错 ( "code":104 问题 )
    舔狗日记二之心灵日记(H5版本)
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13420079.html
Copyright © 2011-2022 走看看