Cloud convert webhook

Hi fellow bubblers.

i am trying to implement cloud convert api in my app.

i need to convert a video file and receive it in backend using webhook.

when i am trying to create webhook i get an error that says invalid url

https://appname.bubbleapps.io/version-test/api/1.1/wf/get cloudconvert file/initialize

this is a webhook url i am using. i have a webhook.write scope added while creating an api key.

is there anything i am missing out?

appreciate :slight_smile:

There should not be spaces in your URL. Ideally, keep it as:
https://appname.bubbleapps.io/version-test/api/1.1/wf/get_cloudconvert_file/initialize

Remove initialize and don’t forget to set can be run without authentication checkbox

This topic was automatically closed after 70 days. New replies are no longer allowed.