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

    Insert New Post to Custom Post Type

    Pabbly Connect doesn't support Custom Posts in wordpress integration.
  2. Himesh

    Ad WooCommerce Guest Users to Google Contacts

    What trigger are you using currently in your workflow? If you are using Woo-Commerce -> New Order trigger than it always sends the data of customer(guest or logged in user) which you can map to next steps.
  3. Himesh

    LinkedIn - Share an article or URL V2

    You can reefer this video for wordpress to LinkedIn ""
  4. Himesh

    LinkedIn - Share an article or URL V2

    Yes LinkedIn Part is same
  5. Himesh

    LinkedIn - Share an article or URL V2

    Hello @UnickDigitals you can refer this video
  6. Himesh

    Extract XML from PDF

    Ping me on Facebook messenger I'll give access to you.
  7. Himesh

    Extract XML from PDF

    I've created custom app for it.
  8. Himesh

    ChatGPT Rate Limit

    Hello @kotakeio, Instead of using pabbly connect's Delay action, you can use code - javascript action like this to have a delay of 20 seconds. Here is the code- await new Promise(resolve => setTimeout(resolve, 20000)); output = [{wait: "20000ms"}];
  9. Himesh

    Wordpress to social media

    Hello @UnickDigitals , Yes yo can add. Please refer below screenshot.
  10. Himesh

    Woocommerce Cart Recovery Trigger Interval

    You have to fetch all orders for that customer in last 1-day/2-days using custom API call to check if that customer has already placed an order with you or not. The plugin can handle the emails dynamically but not the webhook. It doesn't send the order id in the webhook and both orders are...
  11. Himesh

    Regex for date

    Hello @kotakeio please use this regex :- \b\d{2}\/\d{2}\/\d{4}\b
  12. Himesh

    Regex for date

    You can use date/time formatter action, it'll give you output in your desired format.
  13. Himesh

    Extract XML from PDF

    Hello @Stuart I can do that for you if you want. I've created similar custom app with pabbly connect. Let me share Screenshots for reference.
  14. Himesh

    Google Sheet get multi rows

    Hello @karimsalah , I've paid solution for this. You can DM me for further discussion.
  15. Himesh

    Woocommerce Cart Recovery Trigger Interval

    Before delay Action you can Retrieve cart data by woo Commerce Retrieve actions.
  16. Himesh

    Woocommerce Cart Recovery Trigger Interval

    Hello @optired , You can use Delay action in pabbly , It'll delay your output for minutes,hours,days & weeks.
  17. Himesh

    Line Items data from Woocommerce Order not passing to WhatsApp message template - simply says "Array"?

    You can also do this only using one step. Select Action->Code->Javascript and then paste this code const orders = [ {"id": 77, "name": "Porterhouse Steak / T-Bone Steak", "product_id": 208, "variation_id": 0, "quantity": 2, "tax_class": "", "subtotal": "49.96", "subtotal_tax": "0.00"...
  18. Himesh

    Shopify New Customer to Google sheet automation

    Hello @Nishit Shah , Please refer this video ""
  19. Himesh

    Google Trigger to Action: GHL

    It seems that you've mapped the wrong fields or somehow your workflow is not detecting or mapping the fields. Can you map it again?
  20. Himesh

    Exotel Integration not showing up in triggers

    Hello @digisuriya As of now pabbly don't have trigger for Exotel.
Top