-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
May I know if it is possible to use TagUI to automate sending email reminders? #232
Comments
Normally we use RPA is there is no other way to automate something. Because RPA takes efforts to write the automation and to keep the scripts updated, and slower than other ways of automation that is already there by design. For example, if you are using MailChimp to manage their clients' contacts, it will be easier to use the functions already in MailChimp to automate sending the email reminders. Otherwise, if no mail / marketing app is used and only Outlook desktop app is used, then consider using RPA. TagUI can use visual automation to interact with the UI (user-interface) elements on the screen. You can use the Windows snipping tool to capture small image snapshots of those elements and save them. And you can use steps such as click or type to interact with those elements. An example code that automates Outlook - More details of the visual automation here - More details of all the TagUI steps here - If you are dealing with a lot of clients list in a .csv file, consider using datatables to do at scale - An important point to note is consider saving as draft instead of actually sending out the email. After saving 500 drafts for 500 clients, then someone can manually scan through before sending, just in case there is some error with the automation and typo. |
It is also possible to send emails via API. If you have a mail server, you can consider using something like Tmail to accept email messages through API and then use api step to send the email - https://github.com/kelaberetiv/TagUI#api |
Hi @ken, I share also a SMS Rest API on the same model but with SMS Gateway. Here you will find program for Skebby Gateway (Italian): https://github.com/adegard/SMS-Marketing |
Thanks @adegard ! I added a note on this to the API section of readme together with example on email-sending - https://github.com/kelaberetiv/TagUI#api PS - my GitHub id is @kensoh , if use
|
Hi @kensoh. I am using tagUI to retrieve info from datatable and enter it as the input in the website e.g. login id. I did look at this website https://github.com/kelaberetiv/TagUI#datatables. However, it is still not clear exactly how i can do about. My code write now is this: |
Hi @sangasangasanga I'll reply in a new thread here - #247 |
user query
The text was updated successfully, but these errors were encountered: