Forum Discussion
tk42
8 years agoNew Contributor III
Disregarding the typically loose use of REST in this discussion, we have found the triggered tasks quite useful, especially when used as HTTP callback handlers (aka WebHooks š).
Iāve experimented somewhat with creating a RESTful interface using pipelines and triggered tasks as the underlying implementation and using Amazonās AWS API Gateway to provide the bookmark-able entry point URLs.
Another benefit of the API Gateway is that you can use multiple implementation technologies where appropriate.
TK