cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to bring API JSON text into REST Post Snap?

ariana
New Contributor

Hi all,

I am trying to use a JSON file to feed in the body of a response that is working in Postman with curl code like this:
image

In SnapLogic I added the raw body in a JSON generator and want to feed that into a REST Post Snap. My pipeline looks like this:
image

image

With no headers nor queries in Postman, only the JSON/raw body and the service URL, I retrieve results with no issues. However, with Snaplogic I am not receiving output. Has anyone done this? I am told I cannot incorporate the credentials into the headers, it must be in the bodyโ€ฆbut how do I reconcile this with SnapLogic? No one on my team has worked on something externalized that has functioned in this way.

Thanks!

8 REPLIES 8

ariana
New Contributor

Apologies, I started a new snap to try out your method and it was Execute only. Now I am getting an error. I think that is an improvement over nothing, but need to figure it out.

image

Ok, the default Snap Execution of Execute Only explains why you werenโ€™t getting any output when validating. Actually, I donโ€™t think the JSON.stringify($entity) is really necessary, since $entity in this context will implicitly convert the input data to a JSON string.

It looks like the web service youโ€™re invoking needs some authentication, and there are different ways of handling that. Please check the docs for the target web service regarding the required authentication.

Did you configure your REST snap with an error view? If so, see if the error_entity field in the error document tells you anything useful.

ariana
New Contributor

The error view output tells the same story, that it is forbidden. We are asking another engineer who has worked on external APIs as well. We arenโ€™t sure if it is a security/whitelisting issue. I appreciate your help. I might get back here for questions again if there is anything else on the SnapLogic side.