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

Forum Posts

REST PUT - Where to put Body Message

Hello, I have a REST service that first requires a PUT with a JSON body with the username/password in the body, and it will return a key. I can get it to work in SoapUI and Postname, but am unable to figure out how to make it work in Snaplogic. I con...

aemery by New Contributor
  • 2959 Views
  • 5 replies
  • 1 kudos

Resolved! Cannot preview data

Good day. I’ve facing this issue since the last week. When working on a pipeline I’m not able to see the preview data. I have this example of a mapper where I have one field and its value The pipeline is successfully validated: But when I click the...

AWS Signature for REST Get & Post

Hello, Is there a way to call an AWS API using the SnapLogic REST Get or Post snaps? There’s no option to create an AWS Signature account for REST: Hopefully I’m just missing something. I did all my testing using Postman and now I’m blocked in Snap...

Ish by New Contributor III
  • 5532 Views
  • 9 replies
  • 1 kudos

Convert this to a snap? How?

I’m trying to use an API to post data to an application. There is no account. Instead I have a specific account. The curl API looks like this: curl https://communicate.modolabs.net/api/v1/directories/revisions --header “Authorization: Token myToken”...