• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    ๐Ÿš€ Exclusive Lifetime Offers ๐Ÿš€

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • ๐Ÿ”ฅ Pabbly Connect โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Search results

  1. khaled_Social

    hi can i put variables inside custom tracking code java script

    i have this js code i put in custom code tracking for thank you page i want to place total cost and invoice id or order id <script id="pap_x2s6df8d" src="https://www.linkaraby.com/scripts/2xjh8l8dq0" type="text/javascript"></script> <script type="text/javascript">...
  2. khaled_Social

    i want some one to help integrate custom payment gateway i have tap payment gateway account

    i want some one to help integrate custom payment gateway i have tap payment gateway account this is the payment gateway API docs : https://www.tap.company/kw/en/developers
  3. khaled_Social

    issue in pabbly API Put Request

    I said put not post are you understand me ?
  4. khaled_Social

    issue in pabbly API Put Request

    Omg bro you check all but you didn't check put my issue with put request after save
  5. khaled_Social

    issue in pabbly API Put Request

    this is what happen after i save !!!! and its delete the body data
  6. khaled_Social

    issue in pabbly API Put Request

    when im trying to add api action event custom request and the method put after i save it then i close and open aging its removing the action event and return it to put im not able to send dat in body
  7. khaled_Social

    how to make loop on pagination json request

    thanks a lot Mr @Fagun Shah you help me to fix my issue I highly recommend Mr @Fagun Shah he have high experience and very fast response this guy should be with pabbly team because he have a lot of experience thanks a lot
  8. khaled_Social

    how to make loop on pagination json request

    my scenario is only to send broadcast message via whatsapp every 1 minute i want to send 1 message i want just to loop in all pages in api and each row in single page i almost found the solution via array but the only issue as i said i should have 2 counter first counter will increment each...
  9. khaled_Social

    how to make loop on pagination json request

    in the picture im saving the 100 row response in array so i can loop to 100 row via counter each new 1 minute in schedule i will move to the second index in array to avoid repeating sending of WhatsApp message in iterator it will repeat the message every new i minute the only solution is to...
  10. khaled_Social

    how to make loop on pagination json request

    brother i already test iterator before it will not work with my scenario because im trying to send whatsapp message if i send one time 100 message i will get block via WhatsApp so what i want to send only 1 to 4 message per minute only the workflow you send me will not work as i want i...
  11. khaled_Social

    how to make loop on pagination json request

    i need feature like custom java script code or global variable in workflow so i can create to variables and add math operation each run i add 1 to the page size value the when page value reach 100 so i make the page value = 2 so i add after 100 i add 1 to page to move to second page and feach...
  12. khaled_Social

    how to make loop on pagination json request

    my issue is the counter page when page size =100 page counter should increment
  13. khaled_Social

    how to make loop on pagination json request

    yes i do this but what about page counter?
  14. khaled_Social

    how to make loop on pagination json request

    i want to loop on each object i have 100 object per page i know i can make via array but the issue is with get URL https://api.zid.dev/app/v1/managers/store/abandoned-carts?page=1&page_size=1 this is the url should be dynamic in each new schedule minute example : 1-...
  15. khaled_Social

    how to make loop on pagination json request

    example : i have api I'm retrieving json data with 1000 record each put in each request i have to specify the page number and page size NOTE : The maximum page size is = 100 First page 1 -> page size = 100 second page 2 -> page size = 100 third page 3 -> page size = 100 i try to create...
Top