Chatbase

Hex.pm

Elixir based client that provides helper methods to log data to Chatbase Bot Analytics API

Note: This is not an official Google product.

For more information related to Chatbase, read official Chatbase documentation

Installation

Add chatbase to your list of dependencies in mix.exs. Then run,

mix deps.get

Configuration

You can get api_key from chatbase and set it in your config/config.exs file:

config :chatbase, api_key: "CHATBASE_API_KEY"

Examples