Skip to content

adobe/aec-bot-integrations

Adobe Experience Cloud Microsoft Bot Framework Integrations

Build Status

These are integration examples for building integrations between Adobe Experience Cloud services and the Microsoft Bot Framework. The Microsoft Bot Framework is a multi-channel framework to build conversational user experiences wherever users are, including email, text/SMS, websites, Facebook Messenger, Microsoft Teams, Slack, and Skype.

The guidance demonstrates the following scenarios:

  1. Adobe Experience Manager: How to add a chatbot to an Adobe Experience Manager webpage.
  2. Adobe Campaigns Standard: How to integrate a chatbot with profiles from Adobe Campaigns Standard.
    • Send a transactional message via email or text from a bot
    • Query an Adobe Campaigns user profile from a bot
    • Update an Adobe Campaigns user profile from a bot
  3. Adobe Target: Use Adobe Target to do A/B testing within a chatbot trying out different conversational messages and paths for different users.

There are many other ways to integrate Adobe Experience Cloud Services with the Microsoft Bot Builder Framework that we will publish via this repository. The guidance and examples here have been built from a collaboration between Microsoft and Adobe and represent architectural recommendations. As all use cases are unique, it is important to understand and evaluate the guidance based on your specific needs. Please try it out, fork it, make a pull request, and give us your feedback!

Installation

Instructions for how to download/install the code onto your machine.

Example:

npm install myProject --save

Usage

Usage instructions for your code.

Example:

var myMod = require('mymodule');

myMod.foo('hi');

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Bot Framework Resources

BotFramework Home page

Bot Framework JavaScript Quickstart

Bot Builder JS Github Repo:

Bot Builder Samples Repo

Topical framework for modeling conversations in Microsoft BotBuilder 4.x using the Topics pattern.

Styling WebChat Sample

Create a Direct Line bot and client

Custom Dialogs Example

Azure Bot Service

LUIS - Language Understanding

QnA Maker

About

Adobe Experience Cloud Integrations with Microsoft Bot Framework Hackfest

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published