Search results

  1. A

    Razorpay now supports UPI Payment Link

    How to get UPI Paymemt link in Pabbly Connect. Presently receiving only Standard Link.
  2. A

    Using Multiple Iterator

    Thanks for the quick reply, Since the number of users are growing, rather than creating router each time for next 100 Can I create next router automatically.
  3. A

    Using Multiple Iterator

    I need to run the workflow on a scheduled basis. Step1: Through GET function get the list of 500 users, (reponse: You will get list of first 100 users, and in response there will be link to next page) Step 2: SInce I have received the names of 100 Users, Using Iterator, I will take first name...
  4. A

    Using Multiple Iterator

    Can you please elaborate,
  5. A

    Using Multiple Iterator

    Tutor Applicant Pending (Reminder) 1 Wed https://connect.pabbly.com/workflow/mapping/IjU3NjMwNTY4MDYzNjA0Mzc1MjZiNTUzMCI_3D_pc
  6. A

    Using Multiple Iterator

    I want to use email to 100 users. Data of each user is collected through GET Api. Each Api response page contains 100 email ids By using Iterator I am able to send email to these 100 users. How can I use the same workflow to GET next 100 email ids and repeat
  7. A

    How to get back response from a url.

    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...
  8. A

    How to get back response from a 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...
  9. A

    How to get back response from a 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.
Top