Help
Nicolas_d_Apri1
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Apr 06, 2022
‎Dec 04, 2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 1 Kudos given
  • 8 Kudos received

User Activity

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...