Please is it possible to use a specific rest API, in IBM Watson webhook, without using IBM Cloud Function. I want to develop a rest API with nodeJs and expose it to be used in webhook call Url(IBM Assistant) Hear what I have done: I tried to use the same content that I have in could function, i exposed it in my server nodeJS, but it doesn't work.
Please have you an example.