From d2f71d1a5e5e5f196f9bdb9d56ad5abe04477e3d Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Fri, 19 Nov 2021 23:59:46 +0900 Subject: [PATCH] Add mailjet API to Business --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58a44772..16368b5f 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ API | Description | Auth | HTTPS | CORS | | [MailboxValidator](https://www.mailboxvalidator.com/api-email-free) | Validate email address to improve deliverability | `apiKey` | Yes | Unknown | | [Mailchimp](https://mailchimp.com/developer/) | Send marketing campaigns and transactional mails | `apiKey` | Yes | Unknown | | [mailgun](https://www.mailgun.com/) | Email Service | `apiKey` | Yes | Unknown | +| [mailjet](https://www.mailjet.com/) | Marketing email can be sent and mail templates made in MJML or HTML can be sent using API | `apiKey` | Yes | Unknown | | [markerapi](http://www.markerapi.com/) | Trademark Search | No | No | Unknown | | [ORB Intelligence](https://api.orb-intelligence.com/docs/) | Company lookup | `apiKey` | Yes | Unknown | | [Redash](https://redash.io/help/user-guide/integrations-and-api/api) | Access your queries and dashboards on Redash | `apiKey` | Yes | Yes |