{"id":46549406,"url":"https://github.com/zapal-tech/payload-email-sweego","last_synced_at":"2026-03-07T03:03:07.314Z","repository":{"id":322883939,"uuid":"1091152076","full_name":"zapal-tech/payload-email-sweego","owner":"zapal-tech","description":"Payload CMS Sweego Email Adapter","archived":false,"fork":false,"pushed_at":"2025-11-06T20:36:33.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-06T22:22:09.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/zapal-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T16:16:44.000Z","updated_at":"2025-11-06T20:36:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zapal-tech/payload-email-sweego","commit_stats":null,"previous_names":["zapal-tech/payload-email-sweego"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zapal-tech/payload-email-sweego","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapal-tech%2Fpayload-email-sweego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapal-tech%2Fpayload-email-sweego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapal-tech%2Fpayload-email-sweego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapal-tech%2Fpayload-email-sweego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapal-tech","download_url":"https://codeload.github.com/zapal-tech/payload-email-sweego/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapal-tech%2Fpayload-email-sweego/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-03-07T03:02:56.031Z","updated_at":"2026-03-07T03:03:07.300Z","avatar_url":"https://github.com/zapal-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sweego REST Email Adapter for Payload CMS\n\nThis adapter allows you to send emails using the [Sweego](https://www.sweego.io) REST API.\n\n## Installation\n\n```sh\npnpm add @zapal/payload-email-sweego\n```\n\n## Usage\n\n- Sign up for a [Sweego](https://www.sweego.io) account\n- Create an API key\n- Set API key as SWEEGO_API_KEY environment variable\n- Configure your Payload config\n\n```ts\n// payload.config.js\nimport { sweegoAdapter } from '@zapal/payload-email-sweego'\n\nexport default buildConfig({\n  email: sweegoAdapter({\n    defaultFromAddress: 'hello@zapal.tech',\n    defaultFromName: 'Zapal',\n    apiKey: process.env.SWEEGO_API_KEY || '',\n  }),\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapal-tech%2Fpayload-email-sweego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapal-tech%2Fpayload-email-sweego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapal-tech%2Fpayload-email-sweego/lists"}