Folder paths Backend workflow

Hi Bubblers,

I am wanting to make a backend workflow POST endpoint which has a folders

Instead of

https://example.com/api/1.1/wf/my_endpoint_name

I need

https://example.com/api/1.1/wf/folder1/folder2/my_endpoint_name

However in Bubble it seems that you cannot add paths to the API workflow name

Is there any solution for this?

(the reason I need to paths is that client calling my endpoint enforces a particular folder path)

Thanks

which service required this type of webhook url?

Canva requires it. You can’t change it, they append a specific path and you must create a post endpoint with the specified path

@ai.inspireme Use the service https://hookdeck.com/ .

1- You can, by default, add any path to your URL. For instance, https://events.hookdeck.com/e/src_123/an-example/path is valid
2- We offer a custom domain to change the hostname. For instance, my-domain.example.com/e/src_123
3- You can use an HTTP proxy to receive the webhook to any URL and proxy the request to your Hookdeck URL

It’s free to try Hookdeck.

Thanks @ankur1 I am trying this now.