Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Some updates was added to the plugin, both the KB and the demo app should reflect this

...

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.

Prerequisites

Some of the things you will need before you can properly use this plugin tool.

...

This section is to configure the information of the email you are going to send using the API.

NameDescription
FormA selectbox that will include all forms in your application, determines which form it will take its fields from for the other configurations.
Sender EmailA
selectbox that will include all fields from the given form
textbox, determines which
field to extract the
email
that
will be sending the email.
Recipient EmailA
selectbox that will include all fields from the given form
textbox, determines which
field to extract the
email
that
will be receiving the email.
CCA
selectbox that will include all fields from the given form
textbox, determines which
field to extract the
email
that
will be receiving the Carbon Copy of the email.
BCCA
selectbox that will include all fields from the given form
textbox, determines which
field to extract the
email
that
will be receiving the Blind Carbon Copy of the email.
SubjectA
selectbox that will include all fields from the given form
textbox, determines
which field to extract
the subject of the email.
Message A textbox, determines the contents of the email.
FormA selectbox that will include all
fields from the given form
forms in your application, determines which
field to extract the contents of the email
form it will take its fields from for the "Attachments" configurations.
AttachmentsA selectbox that will include all fields from the given form, determined which field to extract an attachment for the email.

Demo app

The app below is a quick showcase of this plugin

...