Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
This plugin is still in development.
This is a process plugin tool that lets you send emails using the MS Graph API. This plugin is a product of automating the process design of sending an email with the MS Graph API using Joget's JSON tool. If you want to know more about doing this process manually, look at the Send Email using MS Graph API guide.
Some of the things you will need before you can properly use this plugin tool.
The configuration of the plugin is split into two parts.
This section is to configure the information related to your Azure app.
Name | Description |
---|---|
Tenant ID | A textbox to enter the tenant ID of your Azure app, can be found in the overview page under "Directory (tenant) ID". |
Client ID | A textbox to enter the client ID of your Azure app, can be found in the overview page under "Application (client) ID". |
Client Secret | A textbox to enter the client secret of your Azure app, can be found under the "Certificates & secrets" page (assuming the value hasn't been hidden). |
This section is to configure the information of the email you are going to send using the API.
Name | Description |
---|---|
Sender Email | A textbox, determines which email will be sending the email. |
Recipient Email | A textbox, determines which email will be receiving the email. |
CC | A textbox, determines which email will be receiving the Carbon Copy of the email. |
BCC | A textbox, determines which email will be receiving the Blind Carbon Copy of the email. |
Subject | A textbox, determines the subject of the email. |
Message | A textbox, determines the contents of the email. |
Form | A selectbox that will include all forms in your application, determines which form it will take its fields from for the "Attachments" configurations. |
Attachments | A selectbox that will include all fields from the given form, determined which field to extract an attachment for the email. |
The app below is a quick showcase of this plugin