How it works
When a shopper creates a wishlist in Wysh, Shopify Flow sends a new_wishlist_created custom event to Ometria immediately. The request uses the customer's email address as the identity and the wishlist creation time as the event timestamp.
The workflow sends no product or wishlist properties by default.
Before you start
- Install and configure Wysh and Shopify Flow.
- Prepare an Ometria API key that can use the push endpoint.
- Confirm the
new_wishlist_createdcustom event with your Ometria team. - Use a test customer with an email address.
Install the workflow
- Download the ZIP and extract
wysh_ometria_wishlist_created.flow. - In Shopify Flow, choose Import workflow.
- Select the extracted
.flowfile. - Review every trigger, condition and action.
- Save the workflow without switching it on.
Connect Ometria
- Open the Send HTTP request action.
- Keep the endpoint as
https://api.ometria.com/v2/pushand the request method asPOST. - Enter your Ometria API key in the blank
X-Ometria-Authheader. - Keep
Content-TypeandAcceptset toapplication/json.
Keep the key private: use a key intended for this store and never paste it into support tickets or screenshots.
Review the event
Confirm that new_wishlist_created is registered as the matching custom event in Ometria. The supplied request identifies the customer by email and sends the event timestamp.
The downloaded workflow intentionally starts with an empty properties object. Add only the properties agreed with your Ometria team, using variables available in Shopify Flow, then map those properties in Ometria.
Enable and test
- Create a wishlist for a test customer in Wysh.
- Check that Shopify Flow completes the HTTP request without an error.
- Confirm that one
new_wishlist_createdevent reaches the correct Ometria profile with the expected timestamp. - Review any properties you added, then enable the workflow when the test passes.
Troubleshooting
-
Ometria returns an authentication error: confirm the
X-Ometria-Authvalue and that the key can use the push endpoint. - No event appears: check the event type, customer email and recent Shopify Flow run history.
-
Expected details are missing: the template ships with an empty
propertiesobject. Add and map the required fields before activation. - Duplicate events: confirm that only one copy of the workflow is enabled.