Forum Discussion
Hi @srini.polimera ,
I would create an ultra task of the pipeline and then do a POST on postman to give the content with it.
Example pipeline below with your data.
In postman use bearer token authentication woth the token from the task then use the endpoint in the task and paste the input inside body with json selected:
get_content_from_postman_2023_04_05 (1).slp (10.5 KB)
If you are using a triggered task you can pass the input as query parameters because triggered is only with a get request (in my experience, wrong also possible with post check replies below) and access them through the pipeline parameter QUERY_STRING. Example below
get_content_from_postman_triggered_2023_04_05.slp (7.1 KB)
If someone knows a more efficient solution let me know
Regards
Jens
Hi @JensDeveloper,
I beg to differ.
Triggered task can be used with a POST method, by opening one input view and one output view.
Regards,
Bojan