-
-
Notifications
You must be signed in to change notification settings - Fork 714
Open
Labels
feature-requestSomething cool or not coolSomething cool or not cool
Description
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:
- Website: https://www.mailjunky.ai
- API Docs: https://www.mailjunky.ai/docs
- Send endpoint: POST https://api.mailjunky.ai/v1/send
- Authentication: Bearer token (API key)
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestSomething cool or not coolSomething cool or not cool