Skip to content

Import & export

Export is useful for backing up endpoint structure or moving a workflow setup to another Shopify shop.

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" }
}
]
}

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.

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.