How to get back response from a url.
Status: Closed · Asked by Anwer Nkp on · 0 views
Hello,
By Email Parser I am receiving a "url". When loading this url it converts to a url with id.
I am looking for an application which runs this url (received initially) and returns the updated url.
Hello,By Email Parser I am receiving a "url". When loading this url it converts to a url with id.
I am looking for an application which runs this url (received initially) and returns the updated url.
Eg:- The Url received through email is: https://l.tutorcruncher.com/lARB9tpVt5qyuxIbLFtNja2hZISlnjk?u=aHR0cHM6Ly9zZWN1cmUudHVpdGlvbmlubi5jb20vY2FsL2FwcG9pbnRtZW50cy84NTkxNDU0Lw==
When we load this url, It converts to: https://secure.tuitioninn.com/?next=/cal/appointments/8591454/
My Purpose is to extract the appointment id : 8591454 (from the updated url)
Hey [USER=7250]@Anwer.nk[p[/USER]
When we load this url, It converts to: https://secure.tuitioninn.com/?next=/cal/appointments/8591454/My Purpose is to extract the appointment id : 8591454 (from the updated url)
Regarding your concern to extract the number from the URL, you can then make use of the "Text Formatter by Pabbly: Text (Basic Formatting)" action step.
Please refer to the following screenshot for the same -

Thanks for the reply.
My concern is regarding the url conversion.
This is a url generated by system but it hides the real url.
https://l.tutorcruncher.com/lARB9tpVt5qyuxIbLFtNja2hZISlnjk?u=aHR0cHM6Ly9zZWN1cmUudHVpdGlvbmlubi5jb20vY2FsL2FwcG9pbnRtZW50cy84NTkxNDU0Lw==
On clicking this url it converts to https://secure.tuitioninn.com/?next=%2Fcal%2Fappointments%2F8591454%2F
My problem is, How can I convert this inside Application
Hey [USER=7250]@Anwer.nk[p[/USER]
How can I convert this inside Application
No, there is no action step is available which can redirect the URL and extract the Id from it.