12-06-2018 01:59 AM
Hi all,
When you trigger a pipeline via a URL (as opposed to scheduled) is there a way to read the HTTP headers that were sent with the request?
For example, I’d like to be able to read whether the method was GET or POST and I’d like to be able to detect the content type.
Many thanks
Solved! Go to Solution.
12-06-2018 02:14 AM
12-06-2018 02:14 AM
12-07-2018 07:01 AM
There is an example of this in post 148, written by Oyehudai, titled “Creating APIs with SnapLogic Pipelines and Ultra Tasks”. It has screen shots of exactly what you wanted to parse and route conditionally.