• Hi,
    I’m trying to make a simple PHP program that logs every order made on my website.
    I tried to use webhooks (order.created) for this matter but i noticed that whenever the webhook request fails (http_request_failed for example), the webhook gets “Completed” status on the action scheduler and it doesn’t fire again, so i just “lose” the order.
    How can i make webhooks retry the request indefinitely when failing to deliver?
    Thank you.

  • The topic ‘Webhooks retry policy’ is closed to new replies.