The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi all, I am building a base that should help me build diets for my customer. In one of the tables, there are all the foods I can use (800+ records), each of them with nutritional data, as the nutritional tables on the foods boxes, to be clear. In an...
I should make a GET request with body (I know, it’s strange, but this is what I have to do).
Here below my script:
let inputConfig = input.config();
let deliveryNote = inputConfig.deliveryNote; // array
let courier = inputConfig.corriere; //...
Hi,
I am trying to set an incoming webhook to create a new record.
When testing the webhook, it doesn’t work. I got a 404 response and the test gives me the following error: “This URL has not received any requests recently.”
That is happening immedi...
Hi @Operations_ACM, I got no luck and since I made that question, I also changed the service I use, so don't need to make a GET request with body anymore.
I already have a solution, this time it was more a search for optimisation. In my quest I discovered that this type of requests are very uncommon and mostly not supported.
Scenario is: e-commerce requests deliveries with API and fill a Base in Airtab...