Page 1 of 1
Receive and parse email
Posted: 02 Apr 2021, 10:57
by redstamp
Can actiona be used to download unread emails and parse the contents?
Thanks,
Re: Receive and parse email
Posted: 02 Apr 2021, 14:23
by eureka
I have not used Actiona for this purpose but I imagine you can either interface to an email client such as Thunderbird through Mozilla command line or call a python script through Command object.
https://pymotw.com/3/imaplib/
Regarding parsing of messages there are many python libraries to use.
I have found that Actiona has many undocumented uses. It can be thought of as a "smart connector" between multiple microservices.
Python (and other) scripts can be embedded in Actiona resources.