How to receive incoming raw body from REST POST through POSTMAN and use it further in pipeline

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2020 05:49 AM
Hi Folks,
Can anyone help me with below.
I am trying to send a REST POST request with body from POSTMAN to snaplogic pipeline, but not sure how to recieve it and use in pipeline.
Thanks,
Vishal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2020 06:49 AM
The start of your pipeline should be open e.g.
FYI, this applies if the body is a json… if you’re expecting for other format you should use a different kind of snap e.g XML generator or binary to document

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2020 11:56 AM
this pipeline is working for GET and POST, but it doesnt work for PUT.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2020 08:04 PM
Hmmmm??? Why do you have GET/POST/PUT in your pipeline? Anyways here’s a sample pipeline and triggered task has been created. Basically the pipeline will just write to a file whatever object was set in the body of POST/PUT request
Triggering the pipeline using postman
Pipeline output:
