Skip to content

feature request: MailJunky AI - IntegrationΒ #8257

@SteveChurch

Description

@SteveChurch

What problem did you meet?

Email Connector Integration with MailJunky

Currently, Logto supports email connectors like SendGrid, AWS SES, and Mailgun. However, there's no native integration for MailJunky - an email API platform with built-in AI workflows and event tracking.

Users who use MailJunky for their transactional emails need a native connector to send authentication emails (verification codes, password resets, magic links) through their existing MailJunky account.

Describe what you'd like Logto to have

Add MailJunky as a native email connector option.

MailJunky API Details:

Request body format:

{
  "to": "user@example.com",
  "subject": "Your verification code",
  "html": "<p>Your code is: 123456</p>",
  "text": "Your code is: 123456"
}

Why MailJunky?

  • Simple REST API
  • Built-in event tracking for delivery/opens/clicks
  • AI-powered email workflows
  • Growing user base requesting Logto integration

Happy to help with implementation or testing if needed!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions