Shopify Native Triggers
Unlock the full potential of your Shopify store with Flexito OmniAI's seamless native webhook integration. Simplify your workflow, avoid common webhook issues, and enjoy efficient automation with Shopify triggers designed to enhance your business operations. Shopify Triggers Flex
Listen to an audio overview
A short, AI-generated podcast-style summary of this article.
Unlock the full potential of your Shopify store with Flexito OmniAI's seamless native webhook integration. Simplify your workflow, avoid common webhook issues, and enjoy efficient automation with Shopify triggers designed to enhance your business operations.
Shopify Triggers
Flexito OmniAI now offers direct webhook integration with Shopify. This native integration eliminates the need for inbound webhooks, overcoming limitations and issues such as webhook removal from the Shopify store, unresponsive payloads, and empty data.
Reconnecting with Shopify
Reconnecting with Shopify is crucial for this update to function. Follow these steps to establish the connection:
In your Workspace dashboard, click on Integrations, then select Shopify. Click the Save button to re-establish your connection.
Locating and Using Shopify Triggers Once inside your bot, follow these steps to locate and utilise the triggers.
Select Automation from the left-hand scroll bar, then choose Triggers from the top menu.
Click on “New Trigger” and scroll down to find and select Shopify Webhook.
Native Webhook Actions
Flexito OmniAI currently supports the following native actions.
How to Utilise the Triggers
Refer to the visual guide below for instructions on using the triggers.
After entering the details and mapping the variables, attach the trigger to a subflow as shown:
You are now ready to use the triggers.
Triggers and Response Payloads
Cart Abandoned
The Cart Abandoned trigger activates when a customer enters billing details but does not proceed to the payment page or complete the payment.
The response payload provides details such as cart items, total amount, and the checkout page URL.
The response payload returns the following JSON format.
{ |
|---|
Note: The cart abandoned webhook has a default minimum trigger time of 30 minutes.
Order Creation (Cash On Delivery & Credit Card)
This webhook activates when a checkout is completed and an order is placed. The key difference is that orders via Cash on Delivery are marked unpaid by default, while those via credit card are marked as paid.
The response payload returns the following JSON format.
{ |
|---|
Order Cancelled
This webhook triggers when an order is cancelled from the Shopify admin console.
The response payload returns the following JSON format.
{ |
|---|
Order Paid
This webhook activates when an order is marked as paid from the Shopify admin console.
The response payload returns the following JSON format.
{ |
|---|
Order Fulfilled
This webhook triggers when an order is fulfilled from the Shopify admin console, providing details like order information and shipping tracking.
The response payload returns the following JSON format.
{ |
|---|
Draft Order Creation
This webhook triggers when a draft order is created either via an API call through the bot or directly from the Shopify admin console.
It is important to note that the trigger uses personal information provided by Shopify when creating a draft order to match the bot user in Flexito OmniAI. If the information is incorrect or doesn't exist, the payload is discarded without triggering.
The following response payload is received when the trigger is successfully activated.
{ |
|---|
User Creation with Triggers
The webhook identifies users by matching phone numbers and email addresses with existing bot users. If no match is found, a new user is created using the phone number. If the phone number is null, the email is used instead. Users created with phone numbers default to the WhatsApp channel, while those created with emails default to the web channel.

