• 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. Preeti Paryani

    pinterest autoMATION

    Hello @Umer003, Could you please provide us with the workflow URL where you are trying to achieve this use case? This will allow us to better assist you.
  2. Preeti Paryani

    Issue Linking Person to Newly Created Organization in Pipedrive via Pabbly

    Hello @turtleannie, This action wouldn't help you in achieving the use case you would require to set a different action to search and a different one to create the organization, since the Find or Create an Organization action would result in different responses for each case.
  3. Preeti Paryani

    Issue Linking Person to Newly Created Organization in Pipedrive via Pabbly

    Hello @turtleannie, To achieve this functionality, you can add a "Search Organization" step in your automation and create two routes based on the result: If the organization or organization ID exists, associate the person with the existing organization. If the organization does not exist...
  4. Preeti Paryani

    How to Automate Facebook Image Posting from Google Sheets Using Pabbly Connect

    Hello @sonuku, You can refer to this tutorial for step-by-step guidance on achieving your use case. You can just add an addition step named delay just after the iterator for delaying the posts by an hour.
  5. Preeti Paryani

    Lack of permission error (403) while action: Reply on a comment (App: YouTube)

    Hello @Aryaman, Okay, Thanks for clarifying this. Could you please confirm if the action is working fine for you or not?
  6. Preeti Paryani

    Issue Linking Person to Newly Created Organization in Pipedrive via Pabbly

    Hello @turtleannie, Upon Checking we noticed that instead of the organization ID the search term was mapped which was causing the issue, we've corrected this on your behalf. Kindly add a few tests and let us know if the action works fine for you.
  7. Preeti Paryani

    Getting error JSON is not well formed while creating zoho invoice

    Hello @Hasan, The action doesn't seem to be correctly configured. The Invoice Number field is mandatory if the auto-generate option is disabled. Please configure the action correctly and let us know if it resolves the issue.
  8. Preeti Paryani

    Pabbly Connect - Google Sheets app - Create spreadsheet action - specify sheet parent folder?

    Hello @Andreas.s., You can achieve this use case by first creating the spreadsheet and then moving it to the required folder in Google Drive. Please refer to the attached image for more details.
  9. Preeti Paryani

    Lack of permission error (403) while action: Reply on a comment (App: YouTube)

    Hello @Aryaman, Upon reviewing the issue, we found that the action was using an incorrect connection. We have now connected it using "YouTube #5," and the action appears to be working correctly. Please refer to the attached image for more details. Let us know if you need any further assistance.
  10. Preeti Paryani

    Lack of permission error (403) while action: Reply on a comment (App: YouTube)

    Hello @Aryaman, Could you please provide us with the Workflow URL where you are facing this issue? This will help us investigate the problem more effectively and assist you accordingly.
  11. Preeti Paryani

    ChatGPT and WordPress connection problem

    Hello @wbazin25680, It appears that the HTML mapped under the Post Content field is causing the issue. Please try the following: Remove the triple backticks (`) from the content. Replace double quotes (") with single quotes (') within the HTML content. Kindly make these changes and let us...
  12. Preeti Paryani

    LinkedIn Post URL Limit

    Hello @expatpat, Thanks for the update, we'd love to hear your thoughts! If you have a moment, please rate us on Google. Your feedback helps us improve.
  13. Preeti Paryani

    Not Firing in Flodesk Workflow

    Hello @tammylr, Please provide us with the workflow URL where you're facing this issue so we can better assist you.
  14. Preeti Paryani

    API request behaving oddly

    Hello @Durkis, Please try executing the same cURL request in Postman. If you receive the same response, the issue is likely with the API request or the API itself. Let us know if you need any further assistance.
  15. Preeti Paryani

    Shopify Create Product

    Hello @nic_hoss, Could you please elaborate on the exact use case you're looking to achieve? This will help our team to ensure adding the required fields accordingly.
  16. Preeti Paryani

    The application processed the request but returned a blank response. Refer to the HTTP status code above for details.

    Hello @Creditdusters, We have made a few changes to your API by Pabbly action and it seems to be working fine now, refer to the attached image for more info. You can add the XMLdata fields if required.
  17. Preeti Paryani

    How can I limit the number of tasks per day in a workflow?

    Hello @Gerardo, You can achieve this use case using Pabbly Connect Manager by setting up a workflow as shown in the attached screenshot. To learn how to use Pabbly Connect Manager, please refer to the attached tutorial for a step-by-step guide.
  18. Preeti Paryani

    How can I automate the mass publication of new products on my Syphonie website?

    Hello @pavel, Thank you for reaching out. Currently, we do not have any direct integration with Syphonie in Pabbly Connect. Additionally, we could not find any public API documentation for Syphonie that would allow us to explore automation possibilities. If your Syphonie website supports...
  19. Preeti Paryani

    Python Module Parsing Error despite valid JSON

    Hello @sunstorm, Thanks for adding the update. If you face any further difficulties in the future, please feel free to reach out to us.
  20. Preeti Paryani

    HTTP 429 (too many requests) Fix

    Hello @adamkse, You can use code(Pabbly) to add the delay for seconds. Here is the code, it will add a 20-second delay: await new Promise(resolve => setTimeout(resolve, 20000)); output = [{wait: "20000ms"}];
Top