Skip to content

Getting started

Hooklane gives every integration a secure URL. When an external service sends an event to that URL, Hooklane validates it and starts a Shopify Flow.

Install Hooklane from the Shopify App Store, then open it in Shopify admin. The app is embedded in your store, so webhook endpoints are always scoped to the shop you are managing.

Select Create webhook, give it a clear name such as Stripe payment received, and choose the authentication method your source supports. Save the webhook to generate its unique URL.

Copy the generated URL and paste it into your external service’s webhook configuration. It looks like this:

https://hooklane.apps.ririto.com/w/your-shop/your-webhook

Set the same token, signing secret, or JWT secret in Hooklane and in your external service. Start with a bearer token when your source supports an Authorization header. Read the authentication guide for every supported format.

Use Test delivery in Hooklane to send a sample payload. Check the result and delivery log before enabling an automation. Test deliveries do not run your production Flow.

In Shopify Flow, create a workflow and choose the Hooklane trigger. Add the actions and conditions you need, then turn the workflow on. Your incoming event data is available in the trigger fields. See Flow integration for an example.