if want to collect data from my Shopify store to Google Sheets immediately and when i do a scenario I don’t know which schedule parameters to add " on demand " or others.
Does anyone have an answer I want my data to go immediately into my Google sheets
Hello,
You can try webhooks for an instant trigger if thats what you mean, im not sure i understand what the issue is
To achieve this, you need to create a scenario starting with webhook and then follow below instructions:
- Access your Shopify admin panel and navigate to Settings > Notifications.
- Scroll down to the Webhooks section and click on the Create webhook button. A new window will appear.
- In the first drop-down menu, select the specific “Event” from the available options. This event will determine when the webhook is triggered. You can choose from a wide range of events, such as cart creation, checkout updates, customer activity, order processing, and more.
- After selecting the event, proceed to configure the webhook’s settings. This involves specifying the target URL where the webhook data will be sent. In your case, you will set this URL to the endpoint provided by make.com.
- Save your webhook configuration.
Once this webhook is set up, it will enable data to be automatically transmitted from Shopify to the designated endpoint at make.com. From there, you can map and integrate the received data into your Google Sheet or any other desired system.
Should you require further assistance or have additional questions, please let me know
Hello , thank you a lot for your answer
my main goal is when someone confirms his order at my Shopify store I want to go instantly to google sheets, I have created a scenario, but it takes 15 Minutes to appear at my google sheets data that someone confirms his order I want to see it instantly.
Thank you a lot for your answer , let me do it and I will back to you , did you have any video about this to lear more plese?
It will send data to Google sheet immediately just follow the steps
this my main goal :
my main goal is when someone confirms his order at my Shopify store I want to go instantly to google sheets, I have created a scenario, but it takes 15 Minutes to appear at my google sheets data that someone confirms his order I want to see it instantly.
If you want we can connect I can help you now
Go to make.com and create a new scenario and type for webhook and select when webhook receives data.
once you done this you will get a webhook URL then put this URL in shopify URL
Once you have done this you will start getting the order data immediately in Webhook after that you can map this data to Google sheet
Just replace the shopify with webhook because now shopify will send the order data to this webhook
let m do it and back to you
Just remove the Shopify watch module and use webhook.
There are two aspects to consider: first, we reach out to Shopify to retrieve data, and second, Shopify sends data to us. Both of these scenarios are contingent upon specific requirements.
in your case second approach is perfect.
Just give the name to this webhook and click on the save button you will get the webhook URL
Check this scenario here I have done the similar work with Wordpress to Airtable
I will send you a detail video on this