天天看点

SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list

SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list
SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list

这个系列主要从技术层面阐述了如何实现end user在微信app里发送的message能够投递到C4C系统,以及在C4C系统基于微信发送过来的message回复之后,如何将这些回复再push回微信app. 基于这种最简单的一发一收的场景,partner可以自行开发更复杂的集成场景.

微信用户关注服务公众号之后,直接和这个公众号交谈,能够在C4C系统基于交谈内容直接生成Service Request

SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list

下图是基于微信用户和公众号交谈之后,在C4C系统自动生成的service request:

SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list

C4C agent在系统里直接回复这个service request:

SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list

微信用户能在微信app直接收到这个回复信息:

SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list

简单的C4C配置;

最基本的nodejs开发知识;

掌握一种云平台的用法, 因为需要将测试微信公众号的server端部署到云平台上

<a href="https://blogs.sap.com/2017/12/10/wechat-development-series-1-setup-your-development-environment/">setup your development environment</a>

<a href="https://blogs.sap.com/2017/12/10/wechat-development-series-2-development-qa-service-using-nodejs/">development Q&amp;A service using nodejs</a>

<a href="https://blogs.sap.com/2017/12/13/wechat-development-series-3-trigger-c4c-account-creation-in-wechat-app/">Trigger C4C Account creation in Wechat</a>

<a href="https://blogs.sap.com/2017/12/15/wechat-development-series-4-send-c4c-data-change-notification-to-wechat-app/">Send C4C Data change notification to Wechat</a>

<a href="https://blogs.sap.com/2017/12/17/wechat-development-series-5-embedded-your-ui5-application-to-wechat-app/">embedded your UI5 application to Wechat</a>

<a href="https://blogs.sap.com/2017/12/19/wechat-development-series-6-retrieve-wechat-user-info-via-oauth2-and-display-it-in-ui5-application/">Retrieve Wechat User info via oAuth2 and display it in UI5 application</a>

<a href="https://blogs.sap.com/2017/12/20/wechat-development-series-7-use-redis-to-store-wechat-conversation-history/">use Redis to store Wechat conversation history</a>

<a href="https://blogs.sap.com/2017/12/25/wechat-development-series-8-map-integration/">Map integration</a>

<a href="https://blogs.sap.com/2017/12/27/wechat-development-series-9-create-c4c-social-media-message-and-service-within-wechat-app/">Create C4C Social Media Message and Service within Wechat</a>

<a href="https://blogs.sap.com/2017/12/28/wechat-development-series-10-use-wechat-app-to-receive-service-request-reply-made-from-c4c">Use Wechat app to receive Service Request reply made from C4C</a>

要获取更多Jerry的原创技术文章,请关注公众号”汪子熙”或者扫描下面二维码:

SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list
SAP Cloud for Customer(C4C)和微信集成系列教程场景示例完成这个系列需要具备的知识blog list

继续阅读