/api-ai-webhook

Simple example of integrating a webhook with api.ai

Primary LanguagePython

A simple webhook for api.ai using Flask and SQLAlchemy

Requirments:
  • Flask
  • SqlAlchemy
  • flask_sqlalchemy

For local testing run webhook_test.py and then execute sample_request.py as a seperate process. sample_request.py posts a sample request to the webhook app.