Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Rest GET Poller

Hi all, We are integrating SnapLogic with Zendesk. The Zendesk API creates a JSON job which tells the status of the job for various requests made to the API. However using the REST GET snap to get the JSON job runs too quickly and the job status is s...

Error in REST POST

Hello, Please suggest what could be causing the following error in REST POST Response: “error”: “REST API service endpoint returned error result: status code = 415, reason phrase = Unsupported Media Type” Which setting can be changed for this?

Darshita by New Contributor II
  • 1647 Views
  • 2 replies
  • 1 kudos

Resolved! Rest API Test For Completion

I have a pattern where I run a REST POST api call and then need to run a REST GET to see if the request has completed. I need to somehow loop back to run the REST GET again if it isn’t done. Recommendations on how to handle this pattern?

jhagist by New Contributor III
  • 3282 Views
  • 12 replies
  • 3 kudos

Union for Error and for Success

Hi all, I am trying to develop a pipeline with Union where the unions is only satisfied when ALL branches are successful. Any error in the branch should not satisfy the Union and should trigger the error pipeline. Current behavior is that the union i...

steffeck by New Contributor II
  • 1406 Views
  • 1 replies
  • 0 kudos

Reading an http file in csv format

I want to read this csv file “http://api.pluralsight.com/api-v0.9/courses” into a snap When I used mapper and file reader, I obtained this error message: Failure: Unable to read from http://api.pluralsight.com/api-v0.9/courses, Reason: The file can n...