Overview
The major usage of this module is to create a temporary mail instantly and access the mailbox inside your mendix application.
Documentation
Temp-Email
Objective
The major usage of this module is to create a temporary mail instantly and access the mailbox inside your mendix application.
Dependencies
Studio pro version 9.12.0
Use the above link to generate key for the API and use the key inside the module to get the response.
Configuration
Import the module TEMP EMAIL from the mendix marketplace.
Call the microflow ACT_GenerateTempEmailAddress to create the temporary email address.
ACT_GetInboxMessages microflow is used to get inbox messages of the Temporary email id.
Copy the API key generated created and paste in the Rapid_ApiKey constant.
Check the Example page under examples folder on how the API is used.