Send an Email via Mailjet Plugin
Last updated
Was this helpful?
Last updated
Was this helpful?
You can send emails to your users from Acho apps via Plugin. You'll need a free Mailjet account to use Mailjet send API service.
Go to account setting -> Rest API -> to acquire your api key and secret key.
apiKey: A string field that requires your API key, which serves as an authentication mechanism for accessing Mailjet's services.
apiSecretKey: A string field for the secret API key that corresponds to your API key, used to enhance security and verify your API requests.
fromEmail: The sender's email address, indicating who the email is being sent from.
fromName: The sender's name or the display name associated with the sender's email address.
toEmail: The recipient's email address, indicating who will receive the email.
toName: The recipient's name or a display name associated with their email address.
subject: A string that holds the subject or topic of the email, conveying the main purpose or content of the message.
textPart: Plain text part of the email's content, which is typically shown when HTML rendering is unavailable.
htmlPart: Used to store the HTML-formatted version of the email's content, enabling rich formatting and styling for the email's appearance.
If you haven't created an app yet, and click Create new Data App. Create a blank app or start from a template.
Find on the side bar, click on Mailjet API, install the API and add to API services. Once it is installed and added to API services, you can find it as an in API services category.
Drag an element from elements list, and add event -> action to trigger the Send Email Service. In this example, I use Press Enter to trigger the action. Then fill all these fields required for sending an email.
If you want to automate the send email process, consider using an auto-updated Query Node to trigger the Send an email action, and use to control it.
Go to to test the interaction. In this example, I used the input value as the text part of the email.