Use Zapier web hook plugin with any url?

I want to trigger an PHP script with parameters on my server through bubble. It’s basically what the Zapier web hook plugin does, only with my url instead of a Zapier web hook. When I just change the url I get an error when I trigger the hook. So it seems to be tied to Zapier and I can’t simply “abuse” it for my purposes. Is there another way to trigger a web hook of my own without Zapier.

Sorry if I got the terminology wrong. I’m not that much into POST, GET, hooks etc. yet :slight_smile:

Thanks,
Alex

You could use the API connector plugin.

Does your server support HTTP requests ?

1 Like

Thanks, that should work! I must’ve overlooked it somehow.