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.
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
@Nicolas_d_Apri1
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?