Recent content by GerHalligan

  1. GerHalligan

    Pabbly Request timeout?

    Thanks for the link @Supreme. I realise now that my execution was wrong. I have now added the function to a cron job using the wp_schedule_single_event. This also means that I can call the code directly from WordPress and I don't need to use pabbly as a workaround. wp_schedule_single_event(...
  2. GerHalligan

    Pabbly Request timeout?

    OK, so it sounds like pabbly always has to wait for a response. It'd be handy, if there was a setting per workflow that you could change to let it know that a response isn't needed. I know it doesn't affect the code I'm running but it is a little annoying having all the execution reminder...
  3. GerHalligan

    Pabbly Request timeout?

    Hi @Supreme, Thanks for getting back to me. The scenario that I'm using the pabbly task in is, a client purchases a policy on my wp site and a webhook is called from WP Webhooks Pro to pabbly. Pabbly then makes a call back to a php function on my website through another webhook. This function...
  4. GerHalligan

    Pabbly Request timeout?

    Hi, I have a task to sends a webhook to my site to create a PDF from customer data. This pdf process can take a bit of time, so I keep getting timeout emails from pabbly as it is waiting for a reply. Is there a way to set up a pabbly connect task, so that it isn't waiting for a reply, as the...
Top