Search results

  1. Himesh

    Router - order of execution

    Hello @bandelero it executes parallel approach.
  2. Himesh

    Ad WooCommerce Guest Users to Google Contacts

    You can ping me on my messenger if you want any help.
  3. Himesh

    Ad WooCommerce Guest Users to Google Contacts

    search and then create - update routers
  4. Himesh

    Connection to "Mitchell Pro Demand" or "Kukui"

    Do you want to use these apps as trigger? If yes do they have webhooks? If you don't know about webhook availability then confirm with "Mitchell Pro Demand" or "Kukui" support team.
  5. Himesh

    Pabbly not able to trigger interakt template after getting data in the google sheet via an API.

    Hello @Sagar Gholap , try this method "https://forum.pabbly.com/threads/google-sheets-1-minute-trigger-send-new-rows-in-every-1-minute.12954/".
  6. Himesh

    Any ETA on DALL·E 3?

    Dall E -3 is not available via OpenAI API yet. So not possible to use via Pabbly Connect or any other official API connection automation tools.
  7. Himesh

    Insert New Post to Custom Post Type

    Pabbly Connect doesn't support Custom Posts in wordpress integration.
  8. 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.
  9. Himesh

    LinkedIn - Share an article or URL V2

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

    LinkedIn - Share an article or URL V2

    Yes LinkedIn Part is same
  11. Himesh

    LinkedIn - Share an article or URL V2

    Hello @UnickDigitals you can refer this video
  12. Himesh

    Extract XML from PDF

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

    Extract XML from PDF

    I've created custom app for it.
  14. 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"}];
  15. Himesh

    Wordpress to social media

    Hello @UnickDigitals , Yes yo can add. Please refer below screenshot.
  16. 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...
  17. Himesh

    Regex for date

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

    Regex for date

    You can use date/time formatter action, it'll give you output in your desired format.
  19. 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.
  20. Himesh

    Google Sheet get multi rows

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