{"id":13516206,"url":"https://github.com/sendgrid/sendgrid-nodejs","last_synced_at":"2025-05-12T05:29:26.486Z","repository":{"id":2168418,"uuid":"3114742","full_name":"sendgrid/sendgrid-nodejs","owner":"sendgrid","description":"The Official Twilio SendGrid Led, Community Driven Node.js API Library","archived":false,"fork":false,"pushed_at":"2025-04-07T12:37:14.000Z","size":2451,"stargazers_count":3027,"open_issues_count":76,"forks_count":784,"subscribers_count":232,"default_branch":"main","last_synced_at":"2025-05-07T17:05:51.816Z","etag":null,"topics":["email","javascript","nodejs","sendgrid","transactional-emails"],"latest_commit_sha":null,"homepage":"https://sendgrid.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sendgrid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-01-06T01:06:59.000Z","updated_at":"2025-05-04T03:28:02.000Z","dependencies_parsed_at":"2023-07-05T19:02:23.592Z","dependency_job_id":"5950030a-8f89-4618-92c3-5bcc4392dd75","html_url":"https://github.com/sendgrid/sendgrid-nodejs","commit_stats":{"total_commits":1205,"total_committers":223,"mean_commits":5.403587443946188,"dds":0.8647302904564316,"last_synced_commit":"0bb5970f712d46444a41d0828fbbc606f000ebdc"},"previous_names":[],"tags_count":145,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Fsendgrid-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Fsendgrid-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Fsendgrid-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Fsendgrid-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendgrid","download_url":"https://codeload.github.com/sendgrid/sendgrid-nodejs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252944092,"owners_count":21829366,"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":["email","javascript","nodejs","sendgrid","transactional-emails"],"created_at":"2024-08-01T05:01:20.284Z","updated_at":"2025-05-08T17:58:37.723Z","avatar_url":"https://github.com/sendgrid.png","language":"JavaScript","readme":"![Twilio SendGrid Logo](twilio_sendgrid_logo.png)\n\n[![BuildStatus](https://travis-ci.com/sendgrid/sendgrid-nodejs.svg?branch=main)](https://travis-ci.com/sendgrid/sendgrid-nodejs)\n[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)\n[![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social\u0026label=Follow)](https://twitter.com/sendgrid)\n[![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/sendgrid-nodejs.svg)](https://github.com/sendgrid/sendgrid-nodejs/graphs/contributors)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Open Source Helpers](https://www.codetriage.com/sendgrid/sendgrid-nodejs/badges/users.svg)](https://www.codetriage.com/sendgrid/sendgrid-nodejs)\n\n[Twilio SendGrid Docs](https://docs.sendgrid.com/)\n\n**This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Node.js.**\n\nWe want this library to be community-driven, and Twilio SendGrid led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/sendgrid/sendgrid-nodejs/issues) and [pull requests](CONTRIBUTING.md) or merely upvote or comment on existing issues or pull requests.\n\nFor updates to this library, see our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).\n\n**If you need support using Sendgrid, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).**\n\n# Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Introduction - Please Read First](#introduction---please-read-first)\n- [Announcements](#announcements)\n- [How to Contribute](#how-to-contribute)\n- [Troubleshooting](#troubleshooting)\n- [About](#about)\n- [License](#license)\n\n\u003ca name=\"introduction\"\u003e\u003c/a\u003e\n# Introduction - Please Read First\n\nThis library is broken up into several packages as a monorepo so that you only need to install the packages necessary for your use case. This README contains information about all packages. For examples on how to get started quickly, head over to the READMEs of each package (linked and described below), which includes detailed examples.\n\n* **[@sendgrid/mail](packages/mail) - if you just want to send email**\n* **[@sendgrid/client](packages/client) - to use all other [Twilio SendGrid v3 Web API endpoints](https://sendgrid.com/docs/api-reference/)**\n\n\n* [@sendgrid/inbound-mail-parser](packages/inbound-mail-parser) - help with parsing the Twilio SendGrid Inbound Parse API\n* [@sendgrid/contact-importer](packages/contact-importer) - help with importing contacts into the ContactDB\n* [@sendgrid/helpers](packages/helpers) - a collection of classes and helpers used internally by the above packages\n* [@sendgrid/eventwebhook](packages/eventwebhook) - help with validating events sent by SendGrid to your event webhook\n\n\u003ca name=\"announcements\"\u003e\u003c/a\u003e\n# Announcements\n\n**BREAKING CHANGE:** Please see the [Twilio SendGrid Node.js Migration Guide 6.X.X -\u003e 7.X.X](docs/migration-guides/migrating-from-version-6-to-7.md) for details.\n\nAll updates to this library are documented in our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).\n\n\u003ca name=\"contribute\"\u003e\u003c/a\u003e\n# How to Contribute\n\nWe encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](CONTRIBUTING.md) guide for details.\n\n* [Feature Request](CONTRIBUTING.md#feature_request)\n* [Bug Reports](CONTRIBUTING.md#submit_a_bug_report)\n* [Improvements to the Codebase](CONTRIBUTING.md#improvements_to_the_codebase)\n* [Review Pull Requests](CONTRIBUTING.md#code-reviews)\n\n\u003ca name=\"troubleshooting\"\u003e\u003c/a\u003e\n# Troubleshooting\n\nPlease see our [troubleshooting guide](TROUBLESHOOTING.md) for common library issues.\n\n\u003ca name=\"about\"\u003e\u003c/a\u003e\n# About\n\nsendgrid-nodejs is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-nodejs are trademarks of Twilio SendGrid, Inc.\n\n\u003ca name=\"support\"\u003e\u003c/a\u003e\n# Support\n\nIf you need help using SendGrid, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n# License\n[The MIT License (MIT)](LICENSE)\n","funding_links":[],"categories":["JavaScript","javascript","nodejs"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendgrid%2Fsendgrid-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendgrid%2Fsendgrid-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendgrid%2Fsendgrid-nodejs/lists"}