The Email Capture Channel feature enables DCM to read from an email account and using rules do specific actions with those emails.
AppBase uses an extension rule (DLL) called DefaultEmailCaptureRule to do the parse of the incoming emails.
Contact support for additional instructions about how to set up Office 365 for Mailboxes For Access via Graph API.
Steps
On the top right, navigate to → Application Studio → <<solution>>
On the left, navigate toChannel Setup → Capture Channels Schemas
Click the New Capture Channel button.
In the General properties section set the Name of the capture schema
Add Tags (optional)
Select the capture Rule from the dropdown list. Set the required parameters for the rule if needed.
In the Channel Typesection select Email (1). It will show the sections Batch Properties (2) and Email (3) where you will have to fill in more details in the next step.
In the Batch Properties section set the Number of items to process at once and the Check for items every (seconds).
In the Email section, enter the properties related to the email connection.
Protocol
Select Office365 Graph from the dropdown list
E-mail Address
Enter the email address or use system variables as @@GBANK_EMAIL_ADDRESS@@
Application (Client ID)
From Azure Active Directory.
Contact support for additional instructions on how to get my Microsoft account Client ID and Client Secret key
Directory (Tenant ID)
From Azure Active Directory.
Contact support for additional instructions on how to get my Microsoft account Client ID and Client Secret key
Client Secret Key or client Certificate Body and Password (password is optional)
Required when selecting Secret Key for Authentication, otherwise is disabled.
Required when selecting Certificate Body for Authentication, otherwise is disabled.
The certificate must be in *.pfx format
Password used to access the certificate.
Optional when selecting Certificate Body for Authentication, otherwise is disabled.
Folder
"Inbox" by Default
Must not be longer than 255 characters and must NOT contain commas and semicolons.
Category
Unique value per tenant for each Office 365 capture channel mailbox. For example, GBANK.
Must not be longer than 255 characters and must NOT contain commas and semicolons.
The capture channel processes emails received starting from the specified date. If using a placeholder, it must contain a UTC date in the next ISO 8601 format. For example 2030-02-03T00:00:00 (yyyy-MM-ddTHH:mm:ss)