Hello,
Can I use DF to receive Webhooks from API.AI?
Will it reply if there is an error?
Thanks!
Hey @gulli1,
I’d love to learn more about what you are trying to do?
Unfortunetly, with a REST API service like DreamFactory, Webhooks are not supported. Usually, you don’t use Webhooks with a REST API. A regular API would provide push state and Webhooks…etc.
“Web hooks” are essentially what server-side scripts are.
RESTful web APIs are accessible via standard HTTP methods. HTTP requests are how you interact with DreamFactory. If you wanted to put a hook layer on top of it you probably could, but it’s not something we’ve designed as a layer of interactivity. I would say, test it out, and report back!
Thanks,
@AlexBowen