• Resolved sgnovarini

    (@sgnovarini)


    Hi, I need that woocommerce_deliver_webhook_async trigger automatic.
    Without need to log to wordpress.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    woocommerce_deliver_webhook_async runs a webhook that is set on your site gets triggered.

    To check the webhook set up, you can check it under WooCommerce > Settings > Advanced > Webhooks.

    More information:
    https://woocommerce.github.io/code-reference/files/woocommerce-includes-wc-webhook-functions.html#function_wc_deliver_webhook_async

    I need that woocommerce_deliver_webhook_async trigger automatic.
    Without need to log to wordpress.

    Can you please elaborate on what is your goal here? Please provide us with more information so that we can point you in the right direction.

    Thread Starter sgnovarini

    (@sgnovarini)

    Hi thanks for your answer.

    We creat a webhook ordercreator, every time that someone make an order, we need to export a webhook an then make it a xls for each order, we want to make that automatic.

    But today the only way that generete de wehook is login to the wordpress.

    Hello,

    This is a development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out. We do not provide support for development topic in this forum.

    I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.

    You can also visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack.

    I hope this points you in the right direction.

    Thread Starter sgnovarini

    (@sgnovarini)

    Hi I solved !

    In the wp-config.php we change.

    define(‘DISABLE_WP_CRON’, true);

    to this.

    define(‘DISABLE_WP_CRON’, false);

    Saif

    (@babylon1999)

    Hello @sgnovarini,

    Glad to hear it’s working, but disabling wp-cron might not be a good idea as the action scheduler works alongside it in the background to manage many repetitive tasks.

    Either way, since nothing can be added here I will go ahead and mark the thread as solved.

    Feel free to open a new one if you have any other questions. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I need that woocommerce_deliver_webhook_async trigger alone’ is closed to new replies.