RFC: Integration adapters for afterBuild
#1678
preston176
started this conversation in
Ideas
Replies: 1 comment
|
Hi Preston, sorry for the delay in replying. I think this can start as a community package which users would run in the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Teams are writing one-off scripts to connect Maizzle with testing platforms (Litmus, Email on Acid) and email services (Postmark, Resend, SendGrid). See #420 for an example.
Everyone reimplements the same patterns—API calls, error handling, rate limiting, file filtering. No code sharing, inconsistent approaches, knowledge stuck in private repos.
Proposal
Official adapter package for common
afterBuildintegrations:Start with: Litmus, Email on Acid, Postmark, generic webhook. Add Resend/SendGrid/others later.
Benefits: Drop-in solution with error handling and rate limiting. Standardized CI/CD pattern. Version-controlled config.
My offer
I run an email testing platform and will:
Follows #91 philosophy: separate package, zero core changes, opt-in, community can contribute adapters.
Questions
@maizzle/*namespace or community package?Can submit a PR with core architecture if this sounds good.
References:
All reactions