Import & export
Export is useful for backing up endpoint structure or moving a workflow setup to another Shopify shop.
Export format
Section titled “Export format”Exports are JSON files that include safe configuration such as names, source labels, authentication type, mapping rules, validation schema, and endpoint settings.
{ "version": 1, "webhooks": [ { "name": "Stripe payment received", "source": "Stripe", "authType": "hmac", "mapping": { "expression": "data" } } ]}Import to another shop
Section titled “Import to another shop”Open Hooklane in the destination shop, choose Import, and select the exported file. Review the proposed endpoints and save them. Each imported webhook receives a new endpoint URL in the destination shop.
Secrets are never exported
Section titled “Secrets are never exported”Authentication tokens, HMAC secrets, JWT secrets, and dual keys are never included in an export. After importing, set fresh credentials and update the external service with the destination URL.