Skip to main content

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 :

cool! thanks for sharing


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


Reply