I am looking to use email configurations and call from the volt iris.
Hi @Boitumelo Tsholo ,
If the services are configured as part of Foundry Application, you can use SDK invokeOperation API to invoke the services from Iris. Please refer below documentation link.
https://opensource.hcltechsw.com/volt-mx-docs/docs/documentation/Foundry/voltmx_foundry_user_guide/Content/JS/Invoking_Integration_Service_JS.html
If you want to consume the direct endpoint services, you can use voltmx.net.HttpRequest API, Please refer below documentation links
https://opensource.hcltechsw.com/Volt-MX-Documentation-Archive/docs/documentation/Iris/iris_api_dev_guide/content/voltmx.net_functions.html
https://opensource.hcltechsw.com/Volt-MX-Documentation-Archive/docs/documentation/Iris/iris_api_dev_guide/content/httprequestobject.html
Thank you
Hi @Mohammad Sanaulla Syed ,
is there a way of testing the template to your email from the foundry before applying any code to iris.
Thank you in advance
Hi @Boitumelo Tsholo,
Yes, When you integrate your email services in the foundry, there you can test using "saveandfetch" response button.
We have Email Adapter as well, configure it and use email services. Please refer below doc link.
https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Foundry/voltmx_foundry_user_guide/Content/Email_Adapter.html
