ExTrelloNotifier

Create trello cards from errors using webhook

TODO

To start your Phoenix server:

You can test the flow locally by:

  1. Create a mix project: add error monitoring tool and install e.g. :rollbax to trigger the error. Note: create a route and add the error as a trigger point, or use this sample repo
  2. Run ex_trello_notifier on another port (PORT=4444 iex -S mix.phx server).
  3. Expose those two apps via tunneling. For this demo, use ngrok.io
  4. Add auth token in ngrok.yml, then ngrok start --config=ngrok.yml test notifier.
  5. curl https://<DYNAMIC_SUBDOMAIN>.ap.ngrok.io/PATH_IF_ANY.
  6. Then check Trello board for changes.

Now you can visit localhost:4000 from your browser.