{"id":18251766,"url":"https://github.com/hiroakis/fluent-plugin-sendgrid-event","last_synced_at":"2025-10-24T01:26:59.284Z","repository":{"id":56373361,"uuid":"49518939","full_name":"hiroakis/fluent-plugin-sendgrid-event","owner":"hiroakis","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-11T15:54:34.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-02T23:36:46.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiroakis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-12T18:04:29.000Z","updated_at":"2020-11-11T15:52:35.000Z","dependencies_parsed_at":"2022-08-15T17:31:21.725Z","dependency_job_id":null,"html_url":"https://github.com/hiroakis/fluent-plugin-sendgrid-event","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Ffluent-plugin-sendgrid-event","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Ffluent-plugin-sendgrid-event/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Ffluent-plugin-sendgrid-event/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Ffluent-plugin-sendgrid-event/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroakis","download_url":"https://codeload.github.com/hiroakis/fluent-plugin-sendgrid-event/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223150761,"owners_count":17095957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T09:48:26.873Z","updated_at":"2025-10-24T01:26:54.250Z","avatar_url":"https://github.com/hiroakis.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-sendgrid-event\n\nFluentd input plugin to receive sendgrid event.\n\nSendGrid is a delivering email platform.  Please visit below link for the specification of event webhook.\nhttps://sendgrid.com/docs/API_Reference/Webhooks/event.html\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fluent-plugin-sendgrid-event'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fluent-plugin-sendgrid-event\n\n## Usage\n\nThe following is an example of configuration.\n\n```\n\u003csource\u003e\n  type sendgrid_event\n  host 127.0.0.1\n  port 9191\n  tag sendgrid\n\u003c/source\u003e\n```\n\nYou can use basic authentication.\n\n```\n\u003csource\u003e\n  type sendgrid_event\n  host 127.0.0.1\n  port 9191\n  tag sendgrid\n\n  username auth_username\n  password auth_password\n\u003c/source\u003e\n\n```\nIf you would like to use ssl, you can enable as below.\n\n```\n\u003csource\u003e\n  type sendgrid_event\n  host 127.0.0.1\n  port 9191\n  tag sendgrid\n\n  ssl true\n  certificate /path/to/certificate.pem\n  private_key /path/to/private_key.key\n\u003c/source\u003e\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/hiroakis/fluent-plugin-sendgrid-event/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Ffluent-plugin-sendgrid-event","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroakis%2Ffluent-plugin-sendgrid-event","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Ffluent-plugin-sendgrid-event/lists"}