Adam Norén has written a amazing app that triggers flows based on incomming emails. The problem is, I cannot get it to work. I installed it correctly but am unable to configure it. I keep getting “Invalid Credentials (Failure)” or “Timed out while authenticating with server” messages. I know for a fact my password is correct (cause I log in with it).
I tried with several accounts, using pop or imap servers, using all known ports (25, 2525, 25025, 993, 995), secure on/of, but to no avail. I allowed less secure apps to use my mail, tried a standard gmail, hosted gmail, but alas.
Obviously I’m doing something wrong, because some other user got it to work, but I just don’t know what.
I successfully conneted and tested with my gmail account. The trick is, you should enable less secure apps in your Google account: https://myaccount.google.com/lesssecureapps
When enabled you can try to login with your email address and your password.
But this only work if you’re not using 2FA.
When 2FA is enalbed you need to create application password under your google account security tab.
After that you can login to the email app with that password. Everything else is the same. Username: your email address, host: imap.gmail.com, port: 993, tls check.
I hope this help!
Got it to work finally. I thought the Access to Less secure apps was a domain setting, but after Tommie’s answer I tried and now indeed het works. Thanks!
Nothing wrong, except “from email is exact [Homey]”.
If homey is part of the senders’ email address, you should pick the card "from email contains [Homey]
Flows can have 3 states:
Bright start button & bright text:
enabled, and runs with start- & testbutton
Dimmed start button & bright text:
enabled, but only runs with testbutton if a used variable is given a value just for the test purpose.
Dimmed start button & dimmed text:
disabled.
Your flow is a “2.” flow.
When you push the test button, it’ll ask for (a part of) an email address
Because while no email has really been received, you “emulate” this by entering the expected data
That is how it works, and there’s not something wrong. As I wrote earlier, the value of the tag is supplied / can be supplied by the trigger card.
While that value isn’t there while you push the test button, you can’t test the flow without interaction.
But you can test the flow with the test button when the flow itself is on screen, and press the test button below on your right. Then you’ll be asked to enter ‘a’ value of the variable / tag, just so the flow can run.
Hope this is of any help