Hey,
I want users to be able to add a webhook to shopify that is integrated in my app.
In order to do this - as i understand - i need to do the “detect data” in backend workflows, when they create a webhook in Shopify, that part works fine.
My question is, if its possible to automate this process in a workflow where it will go like this:
User presses add webhook → they get the link → they go add it in shopify - they send the test message(to the webhook) → done
In all the previous stuff i’ve done, only i have had to use webhooks(stripe for example), but don’t know how to automate it, please help!