Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.
/ postman Public archive

Search and filter Sendgrid email events

Notifications You must be signed in to change notification settings

mynewsdesk/postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postman

Search and filter Sendgrid email events with Postman. See bounce/open/click and other events to easily debug and get insight.

Prerequisites

The app uses Keen.io as a data backend. So your Sendgrid account needs to send the events to Keen.io. More info

Setup/Deployment

Local

  1. Copy the example dotenv file cp .env.example .env
  2. Customize with your own credentials
  3. Run rackup to start the application and visit http://localhost:9292

Heroku

  1. Run heroku create to create you application
  2. Set you configs (see available configs in .env.example with heroku config:set KEEN_PROJECT_ID=1337
  3. Deploy with git push heroku master
  4. Run heroku open to open the app in your browser

Options

Authentication

Build in support for authentication with Google apps. Set up your domain with the GOOGLE_APPS_DOMAIN environment variable. Remove the variable to disable authentication.

The app uses Omniauth for authentication so it can easily be replaced/combined with other providers than the provided Google Apps solution.

Custom attributes

Show your custom Sendgrid arguments by setting the CUSTOM_EVENT_ATTRIBUTES environment variable with a comma separated list of attributes.

Event counter start number

You can change the event counter's initial value by setting the START_NUMBER variable. This is just for visual effect.

Contributors

About

Search and filter Sendgrid email events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published