Skip to main content

Connector Lifecycle

Every connector goes through a defined lifecycle from development to production.

States

StateDescription
draftIn development, not visible in store
in_reviewSubmitted for review
approvedPublished in the Connector Store
rejectedReview failed — feedback provided
suspendedTemporarily disabled
deprecatedEnd of life — no new installations

Review Process

  1. Submit your connector for review
  2. Automated checks — manifest validation, security scan
  3. Manual review by Monetro team (1-3 business days)
  4. Feedback if changes needed
  5. Approval and publication

Review Criteria

  • Valid manifest with all required fields
  • Proper error handling (no unhandled exceptions)
  • Signature verification for webhooks
  • No sensitive data logged
  • Encrypted storage for secrets
  • Documentation link provided
  • Tested with sandbox data

Versioning

Connectors follow Semantic Versioning:

  • Major (2.0.0): Breaking changes
  • Minor (1.1.0): New features, backwards-compatible
  • Patch (1.0.1): Bug fixes