• 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. Neeraj

    How Randomizing the MyBusiness reply from Google Sheets?

    If you are using a Get Rows in the Google Sheets to pick the row, you can specify the Row number. This row can be randomized by using the Spreadsheet function Random module.
  2. Neeraj

    Error #200

    Did you re-authorize your account already? It seems the issue is related to some permission. I am not sure if it is related to a private group. Because I can't even open the group link. This needs to be checked whether you can automate something in a private group. Can you try posting to...
  3. Neeraj

    Plivo Triggers

    Currently, we do not have Triggers for Plivo. Only actions are available. https://www.pabbly.com/connect/integrations/plivo/
  4. Neeraj

    HappyForms Integration

    Do they have webhooks with them? If yes, you can use the webhook module in the trigger to get the response from HappyForms to Pabbly Connect.
  5. Neeraj

    Can't get responses :(

    Please read the Google Sheets troubleshooting guide here. https://forum.pabbly.com/threads/google-sheets.2457/
  6. Neeraj

    Error code 400

    Share a full screenshot along with the request that you are doing? Just by seeing Response, it is hard to predict the reason for the issue.
  7. Neeraj

    Urgent Help required

    Use double quotes and commas in between each value. "value1","value2","value3" and so on.
  8. Neeraj

    Webhook Change since Sept 29-30?

    ConvertBox has pushed an update to fix the webhooks sending.
  9. Neeraj

    "full stop" character in data causes error

    This message is coming back from WordPress to add a \ in front of a dot "." to allow the dot to pass into the title. If you add a slash, it will not be published but will allow dot to pass into the title. Here is what you can do. In your current title. Replace all instances of dot "." with...
  10. Neeraj

    How to add date automatically in the activated and expire date field?

    You can create 2 additional action steps like shown below. This will give you date with +6 months in future in your desired format. This will give you current Date Time in UTC Time Zone in your desired Time Format.
  11. Neeraj

    Screenshot of url website

    You can use a Third Party API that you can integrate inside Pabbly Connect using the API Module to take screenshots from the website link. You can try this API for taking the screenshots:
  12. Neeraj

    New File from Google Drive - Upload to DropBox

    Your files should be publicly accessible otherwise the files won't be uploaded and Dropbox will return the same error. Also, make sure your folder path is correct in the Dropbox Pabbly Connect Action. I am adding few images for reference. This is the structure of my Dropbox Folder: If...
  13. Neeraj

    Can I have the router after the trigger?

    You can definitely do a check and based on that you can take action. See the tutorial video of router. Further like Integromat, you can have a router inside a Router as well.
  14. Neeraj

    All data not fetched from Razorpay to Googlesheet

    Can you let us know in which Task History Id are you having the issue? When I checked your account right now, I saw that your 100 free tasks have expired and as such the automation workflow is not working due to that.
  15. Neeraj

    Can I have the router after the trigger?

    Can you please explain your use case a bit more? The trigger is the first step of the workflow. The router is added only after the trigger.
  16. Neeraj

    Woocommerce Orders - product name / code / quantity

    Check this video. It will be helpful to extract individual product data from an order.
  17. Neeraj

    How do I capture all subscribers names from a mailing list and send the grouped results to Pushover?

    This is a perfect use-case for an aggregator module but currently, Pabbly does not have an aggregator module in built. Right now the alternative approach might be to add all the array items going through Iterator into Google Sheets and then Get them all together at once. But I am not sure...
  18. Neeraj

    "Multi Line" Received via Webhook is "1 Line" when sent via Gmail

    Check a reference video of similar use-case that can possibly help you. https://www.screenpresso.com/=7es3c
  19. Neeraj

    "Multi Line" Received via Webhook is "1 Line" when sent via Gmail

    This will be a useful thread to you. Gmail also understands <br> tags for line breaks. https://forum.pabbly.com/threads/new-lines-in-google-sheets.2270/
  20. Neeraj

    Shopify Integration - Multiple Products Purchased - Trigger Each Product Checked out Separately

    The Iterator module can be of use to you. Do checkout the Iterator video here. With the Iterator module, you can grab the entire array of different products and operate on those products one by one. The sample video is of WooCommerce but it might be relevant for your use case as well.
Top