Aug 23, 2022 12:53 PM
Hello
Just to share. I use this code to trigger an endpoint in my Bubble app :
let config = input.config();
await fetch(config.webhook_url + "?param1=" + config.param1, {method: 'POST'});
Make sure you enabe the quesystring option and the endpoint is exposed as a public API Workflow :
Aug 30, 2022 09:35 PM
cool! thanks for sharing
Dec 14, 2022 06:02 AM
currently I use database airtable for my application made in Bubble.
Nicolas, what's your app's website? and what integration do you do in bubble and airtable?