• 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

    I want to create an AI Automation calling workflow by integrating Twilio and eleven labs. HoweverI am not able to get the request ID from eleven labs.

    Hello @Aditigraffer, As of now, the Make TTS Request feature in Eleven Labs is typically not available for free accounts. The feature is part of their paid plans.
  2. Preeti Paryani

    Acumbamail Advanced Response not working

    Hello @marekj, You can capture the response in advance format by turning off the Simple Response toggle button and it should be received in array format which would be processable using Iterator by Pabbly.
  3. Preeti Paryani

    Getting error while testing Custom API Request (Beta) option.

    Hello @Carlos Melo, Yes, the issue is originating from Meta, as you have also verified using Postman. We recommend reaching out to Meta's support team regarding this issue for further assistance.
  4. Preeti Paryani

    I want to create an AI Automation calling workflow by integrating Twilio and eleven labs. HoweverI am not able to get the request ID from eleven labs.

    Hello @Aditigraffer, Based on the response from the Growthens APIs: ElevenLabs API - Make TTS Request action, it appears that your account lacks the necessary permissions to perform this action. Please try making the request using an account with sufficient permissions and check if the response...
  5. Preeti Paryani

    Workflow: Creating new row with column in Google Sheets for new Shopify orders

    Hello @Andreas.s. Yes, you would have to enter the values without the double quotes as mentioned in the help text. In Pabbly, double quotes are not added automatically. If the mapped response already includes double quotes, they will appear automatically. Otherwise, you will need to manually...
  6. Preeti Paryani

    The Facebook Leads are not getting updated

    Hello @QuickSell, It appears that the Pabbly Connect app hasn't been installed, and the required permissions haven't been granted. To resolve this, please refer to the following video tutorial for a step-by-step guide on setting up the Facebook connection: Watch Tutorial. Additionally, you can...
  7. Preeti Paryani

    Acumbamail Advanced Response not working

    Hello @marekj, The trigger you are using is a descriptive webhook-based trigger(refer to the attached image) due to that the responses sent by the Trigger application aren't in our control. Regarding any difficulties faced with the data not getting received from descriptive webhook-based...
  8. Preeti Paryani

    Pabbly connect Content-type error

    Hello @sanket8989, We reviewed the video URL provided and found that it does not comply with YouTube's video guidelines. Specifically, the content type of the URL is text/html; charset=utf-8 instead of the expected video/mp4. We confirmed this issue using Postman, which is why you encountered...
  9. Preeti Paryani

    Add new parameter in the existing workflow

    Hello @Khushboo, Please add the "Facebook Ads: Get a Ad" Set step to your workflow before the step named "Google Sheets: Add New Row" establish a connection with facebook ads and let us know if helps you to retrieve the ad set ID, refer to the attached screenshot for more info.
  10. Preeti Paryani

    Workflow not proceed to next steps

    Hello @Clicknamics, Upon investigating the workflow task history, it seems the workflow is absolutely working fine. As per the recent two task history there is one which failed at the filter step since it didn't receive the 'Contact Tags 1" key in the form response, refer to the attached...
  11. Preeti Paryani

    Extract HTML source code of URL

    Hello @corprodoc, Pabbly Connect doesn't have a native functionality for extracting HTML source code or Open Graph meta data, but you can achieve this using a web scraping API. Simply use Pabbly's API module to connect with services like Apify, ScraperAPI, or WebScrapingAPI. These APIs will...
  12. Preeti Paryani

    Gravity Forms - Save and Continue Webhook not working

    Hello @iamru, The trigger you are using is a descriptive webhook-based trigger(refer to the attached image) due to that the responses sent by the Trigger application aren't in our control. Regarding any difficulties faced with the data not getting received from descriptive webhook-based...
  13. Preeti Paryani

    Can we put the delay task in seconds instead minutes, hours, days or weeks ?

    Hello @clem, You can use "Code by Pabbly" to add a delay in your workflow. Refer to the attached image for guidance. code: await new Promise(resolve => setTimeout(resolve, 20000)); output = [{wait: "20000ms"}]; Alternatively, you can use the action available in Pabbly Connect, as shown in...
  14. Preeti Paryani

    not getting shiprocket invoice url

    Hello @cocktail, Could you please confirm if the Order Key received in the response of the WooCommerce New Order trigger is the same as the Order ID required to fetch the Shiprocket Invoice? This information will help us guide you on how to connect to the Shiprocket API within Pabbly Connect...
  15. Preeti Paryani

    Integrate Google Sheets as a database with Botpress using Pabbly.

    Hello @DME Moti Packaging, 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.
  16. Preeti Paryani

    Purchase order Detail in google sheet

    Hello @DME Moti Packaging, You will need to use Webhook by Pabbly as the trigger application. Please refer to the attached screenshot for more details. After that, you can add the webhook to your Zoho Books account by following the instructions provided.
  17. Preeti Paryani

    The Facebook Leads are not getting updated

    Hello @QuickSell It appears that your Facebook Lead Ads connection (#7) has expired, which is likely causing the issue you're experiencing. Please refer to the attached screenshots for more details. To resolve this, we recommend creating a new connection, performing a few tests, and letting...
  18. Preeti Paryani

    Tempate issue

    Hello @mexilet.technologies.pvt. We have made a few changes to the action on your behalf. Please refer to the attached image for more details. However, we are now receiving the error: "Recipient phone number not in allowed list: Add recipient phone number to recipient list and try again."...
  19. Preeti Paryani

    How do I loop thru an array?

    Hello @drpx You can try using Iterator by Pabbly to achieve your use case. To learn how to use Iterator please refer to the following tutorial - . Please note that when you click the Save and Send Test Request button, only the first object of the array will be displayed in the response...
  20. Preeti Paryani

    Asking the question of repeater order

    Hello @zaoyao, It seems the issue is occurring because the trigger for your workflow is set to "New or Updated Sales Invoice." As a result, when an invoice is updated, the workflow is triggered again. To help resolve this, could you please capture two separate responses: One when the invoice...
Top