Hello, I intend to do an Instagram post when a certain cell is filled with data in Google sheet, The image URL and Caption are in the Google sheet, the scenario works fine, and post to Instagram, but I don’t want to schedule it every couple of hours or so, I add a new row to sheet with data, and I want to post when a specific cell of the row has been filled with data, I have Installed the Make.com Addon on Google sheet, made a Webhook, and added the Webhook URL to the addon as well, but not sure how to proceed to make it work. can I get any help on this, please?
for the working scenario, I followed this video tutorial.
Thank you for your reply,
eventually made it work with ‘Watch Changes’ modules, I also have set a filter when a certain cell is filled with data for the hook to work, it works as long as I fill the data manually, but filling data is done with Google Apps script, watch changes does not trigger the new data, so when I double click on the cell that data are in, the trigger works, I manage to make a double click on the cell with google Apps script, but it seems that does not work either,
is there anyway to make this work without a manual work?
Thanks.