S
Srinivas Panyala
Guest
Hi Ramon, Rollbase provides some Server-side APIs to read email messages. Please refer the following doc link. You can create a batch job and write the logic to read the e-mail messages, then invoke Server-side API rbv_api.createRecord to create records in Rollbase. https://documentation.progress.com/output/rb/doc/#page/rb%2Femail-api.html%23 * rbv_api.openIMAP() * rbv_api.openPOP3() * rbv_api.getMailMessageCount() * rbv_api.getMailMessage() * rbv_api.getMailMessages() * rbv_api.closeMailSession() The other way is you can use third-party software like zapier or IFTTT to watch mailbox and invoke Rollbase REST API createRecord when a new e-mail is received. Thanks, Srinivas
Continue reading...
Continue reading...