{"id":15384116,"url":"https://github.com/theashraf/parse-server-sendgrid-email-adapter","last_synced_at":"2025-04-15T18:30:49.213Z","repository":{"id":57701891,"uuid":"147423400","full_name":"theashraf/parse-server-sendgrid-email-adapter","owner":"theashraf","description":"Parse Server SendGrid email adapter which uses SendGrid transactional email templates ","archived":false,"fork":false,"pushed_at":"2022-08-15T14:36:49.000Z","size":70,"stargazers_count":5,"open_issues_count":2,"forks_count":6,"subscribers_count":0,"default_branch":"development","last_synced_at":"2025-03-29T00:34:01.452Z","etag":null,"topics":["nodejs","parse-server","sendgrid"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/theashraf.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":"2018-09-04T21:43:14.000Z","updated_at":"2023-05-29T20:39:07.000Z","dependencies_parsed_at":"2022-09-26T21:10:55.400Z","dependency_job_id":null,"html_url":"https://github.com/theashraf/parse-server-sendgrid-email-adapter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theashraf%2Fparse-server-sendgrid-email-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theashraf%2Fparse-server-sendgrid-email-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theashraf%2Fparse-server-sendgrid-email-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theashraf%2Fparse-server-sendgrid-email-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theashraf","download_url":"https://codeload.github.com/theashraf/parse-server-sendgrid-email-adapter/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249128910,"owners_count":21217241,"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":["nodejs","parse-server","sendgrid"],"created_at":"2024-10-01T14:40:39.578Z","updated_at":"2025-04-15T18:30:48.917Z","avatar_url":"https://github.com/theashraf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parse Server Sendgrid Email Adapter\n\n## Installation\n\n```sh\nnpm install parse-server-sendgrid-email-adapter\n```\n\n## Usage\n\n```javascript\nconst { ParseServer } = require('parse-server');\nconst sendGridAdapter = require('parse-server-sendgrid-email-adapter');\n\nconst config = {\n  ...,\n  emailAdapter: sendGridAdapter({\n    apiKey: '', // sendgrid api key\n    from: 'myApp \u003cinfo@myApp.com\u003e', // from email address,\n    passwordResetTemplate : '', // sendGrid template ID\n    verificationEmailTemplate : '' // sendGrid template ID\n  })\n};\n\nconst parseServer = new ParseServer(config);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheashraf%2Fparse-server-sendgrid-email-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheashraf%2Fparse-server-sendgrid-email-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheashraf%2Fparse-server-sendgrid-email-adapter/lists"}