An open API service indexing awesome lists of open source software.

https://github.com/nozzlegear/sci-tally-tool

Email tally tool for KM/SCI.
https://github.com/nozzlegear/sci-tally-tool

Last synced: about 1 month ago
JSON representation

Email tally tool for KM/SCI.

Awesome Lists containing this project

README

          

Required environment variables:

Variable|Description
----------|--------------
` SCI_TALLY_API_DOMAIN`|Domain to use as API gateway, e.g. `example.com`
` SCI_TALLY_ENV`|Environment, either `production` or `development`
` SCI_TALLY_SWU_KEY`|sendwithus.com API key
` SCI_TALLY_SWU_TEMPLATE_ID`|sendwithus.com email template id
` SCI_TALLY_CC_LIST`|JSON-serialized list of email addresses used for cc, e.g. `[{"name":"Joshua Harms", "address":"joshua@example.com"}]`
` SCI_TALLY_EMAIL_DOMAIN`|Domain used for the sender and recipient addresses, e.g. `example.com`

## Dart Playground

[Dart Playground repo is here.](https://github.com/nozzlegear/dartplayground)