TheOne23 Posted December 5, 2019 Share Posted December 5, 2019 Hi Experts and MVPs, I would like to ask this inquiry about how to connect to Service Now to an API using AutoIt. What I am doing right now is web scraping and it is now allowed since they say it is not stable. Any ideas and help is greatly appreciated from you guys. I am promoting AutoIt as a great tool aside from RPA actually. Thank you in advance. MarkIT 1 Link to comment Share on other sites More sharing options...
TheOne23 Posted December 6, 2019 Author Share Posted December 6, 2019 Hi Water, Do you have any idea or insights how to do this? I would like to ask this inquiry about how to connect to Service Now to an API using AutoIt. What I am doing right now is web scraping and it is now allowed since they say it is not stable. Any ideas and help is greatly appreciated from you guys. I am promoting AutoIt as a great tool aside from RPA actually. Thanks in advance. MarkIT 1 Link to comment Share on other sites More sharing options...
Danp2 Posted December 6, 2019 Share Posted December 6, 2019 It should be possible, but you really haven't provided the necessary information to know for sure. I'm assuming that their API provides some form of web-based REST interface, so you would likely use the WinHTTP UDF to interact with it using the appropriate commands (Get, Post, Delete, etc). Good luck! MarkIT 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
TheOne23 Posted December 6, 2019 Author Share Posted December 6, 2019 Hi Danp2, Thank you for the tips. I will gather all information and get back to you. I will check the WinHTTP UDF as well. Thanks Link to comment Share on other sites More sharing options...
junkew Posted December 7, 2019 Share Posted December 7, 2019 https://developer.servicenow.com/app.do#!/home MarkIT 1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now