I want to retrieve new booking from my channel manager beds24 to airtable. I build a scenario with beds24 and airtable but when i receive a new booking. The booking is not saved in my airtable database. I don’t have error.
Someone could help me or give me some instruction of how to do ?
Hello @Davy,
I think your Beds24 module should be a webhook based trigger instead of scheduled trigger module.
Understand more at here Types of modules - Help Center
When module is scheduled then it will run only at specific time, If module is webhook based trigger then it will trigger automatically when event is fired from other side.
I trust I have not further complicated matters for you.
Thank you dilipborad for your answer. I found this idea while searching.
Could you have an export of working scenario or some tutorial so i can make it works ?
Thanks
The beds24 module is not an instant one in Make. So it will always be a polling module.
If it’s webhook based, it should say “instant” next to the ACID button.
That said, a polling trigger (like this one), will check beds24 every so often (by default it’s set to 15 minutes). If there’s no data (a new order), there will be nothing to send to Airtable.
What you can do, is right-click the beds24 module, and select “choose where to start”. You can then click on “Choose manually”. It should show you a list of recent orders, and you can select one to run the scenario with. And see if you get things into Airtable that way.