Create your first webhook
In this article we want to show you how to create your first webhook and connect the outer world to your shopify store.
Go to the App menu and navigate to "Webhooks". Now click on "create webhook".
We simply start with a webhook without authentication (for testing purposes) named "Customer Tagging", since we want to use this webhook to tag a customer based on the webhooks body.
After you created your webhook, your screen should look like this:
On the page for your newly created webhook you can see several things.
- Important information like the id (which you need for Shopify Flow), the name of your webhook or the authorization type.
- The webhook status and your webhook url (which is unique)
- Testing utilities
- Usage commands for your terminal or programming languages
If you want to connect the Webhook to Shopify, read our Article "Connect your webhook to Shopify Flow"