You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a new platform that will be integrated with woocommerce and inside of my platform I have a job that creates webhooks on client's shop (product and order update), I've managed to create the webhooks successfully but I cannot receive any "secure" notifications because I didn't receive the secret created for this webhooks.
Looking at the documentation I cannot pass a secret value to create a webhook
I'm building a new platform that will be integrated with woocommerce and inside of my platform I have a job that creates webhooks on client's shop (product and order update), I've managed to create the webhooks successfully but I cannot receive any "secure" notifications because I didn't receive the
secret
created for this webhooks.Looking at the documentation I cannot pass a
secret
value to create a webhookAnd even if i
GET
a webhook it will not show thesecret
What may be the solutions?
secret
on the rest API requestsThe text was updated successfully, but these errors were encountered: