Flask
Dispatch requires an HTTP endpoint to communicate with your app via webhooks. If you’re using Flask, great news, because Dispatch has a built-in integration for it, which sets up this HTTP endpoint for you.
Initialize a Dispatch
class with a reference to a Flask
instance and it’s done.