No commit activity in last 3 years
No release in over 3 years
Loads records from Sendgrid.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.10.6
>= 0.8.39
>= 10.0

Runtime

>= 1.8.0
 Project Readme

Sendgrid input plugin for Embulk

Embulk input plugin for SendGrid stats

Overview

  • Plugin type: input
  • Resume supported: no
  • Cleanup supported: no
  • Guess supported: no

Configuration

  • api_key: SendGrid API Key that requires Stats read permission (string, required)
  • start_date: Start date for loading data, e.g. 2020-01-01(string, required)
  • end_date: End date for loading data, e.g. 2020-02-01 (string, default: today)

Example

in:
  type: sendgrid
  api_key: YourAPIKey
  start_date: 2020-01-01
  end_date: 2020-02-01

Build

$ rake build