Example 4: Add data in an endpoint using PUT method

The following Pipeline demonstrates how to add a file in the specified endpoint using the PUT method.

Example-put-image1.png
  1. Configure the JSON Generator Snap with the record details that you want to include in the endpoint.

    ex4-put-json-generator.png
  2. Configure the account details for AWS Signature V4 Account.

  3. Configure the HTTP Client Snap with the PUT Request Method and specify the URI where you want to insert the file.

  4. Configure the Mapper Snap with all the fields that you want to update in the output.

  5. On validating the Pipeline, the data is inserted as expected into the endpoint.

 

Download this Pipeline.

Downloads

Important steps to successfully reuse Pipelines

  1. Download and import the Pipeline into SnapLogic.

  2. Configure Snap accounts as applicable.

  3. Provide Pipeline parameters as applicable.

  File Modified

File Example-HTTP-Client-PUT.slp

Mar 08, 2024 by Kalpana Malladi