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

Forum Posts

JSON input to a REST POST call failing

Hello All, I am trying to send a json document as input in the body of a REST POST call. The configuration of the REST Snap is in the image attached below. I am getting a 401 error, “REST API service endpoint returned error result: status code = 401,...

wani-amol by New Contributor III
  • 3271 Views
  • 4 replies
  • 1 kudos

Resolved! Json object

I need help to get below output. [ { “key1”:“value1”, “key2”:“value2” }, { “key3”:“value3”, “key4”:“value4” } ] expected result { “item”: [ { “key1”:“value1”, “key2”:“value2” }, { “key3”:“value3”, “key4”:“value4” } ] } Thanks for your help.

Resolved! Transforming JSON Output to Payload for Slack App

I have a pipeline that outputs a json file that I would like to reformat into a payload for a Slack webhook app. It’s for an outlist and the json output list a person’s fullName with startDate and endDate and duration for the absence. The payload wou...

swright by New Contributor III
  • 1305 Views
  • 4 replies
  • 1 kudos