Skip to content

A tool to build out a custom SparkPost dashboard and event table using Python Dash

License

Notifications You must be signed in to change notification settings

ZSamuels28/SparkPost-Custom-Built-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign up for a SparkPost account and visit our Developer Hub for even more content.

CustomDashboard

A tool to build out a custom SparkPost dashboard and event table

This is a simple tool that will:

  • connect to your SparkPost account
  • call the metrics API to build a graph of various metrics
  • allow you to select various metrics and timeframes to be graphed
  • call the events API to build a table of the 10 most recent events

Setup

Clone this repo, then modify the App.py with your API key

NOTE: This MUST be run on python 3.10 or above

You must install the following libraries:

  • requests
  • dash
  • pandas

Then point your browser to http://localhost:8050

For more detailed information about Plotly Dash see: https://dash.plotly.com/introduction

About

A tool to build out a custom SparkPost dashboard and event table using Python Dash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published