Free Email SpamChecker. Use our Mail Tester to run a Email Deliverability Test and check email spam score.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mailgenius: {
type: "app",
app: "mailgenius",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.mailgenius.com/external/api/audits`,
headers: {
Authorization: `Bearer ${this.mailgenius.$auth.api_token}`,
},
})
},
})
Returns daily limit for api token, how many email tests are used in last 24 hours and how many are still remaining for use. See the documentation
Returns generated test email, limit exceeded if daily limit is reached. See the documentation
MailGenius uses API keys for authentication. When you connect your MailGenius account, Pipedream securely stores the keys so you can easily authenticate to MailGenius APIs in both code and no-code steps.