Docs Menu
How To

How to setup Syncloop

This video will demonstrate how you can download the Syncloop API software and how to configure it on your local machine or server machine.

Create Flow Service

This video will demonstrate how you can create a flow service from Syncloop API web workspace and how to set basic API settings like HTTP Method and API endpoint.

TCF Block

This video will demonstrate how you can add TCF block (Try, Catch & Finally) into your flow service.

How to use repeats

This video will demonstrate how to use Repeat statement in your flow service. Repeat service is basically a retry functionality which runs on success or failure.

How to create & download a snapshot

This video will demonstrate how you can add snapshot on any step in your flow service and how to check the snapshot on server.

Read JSON from request & content negotiation in response

This video demonstrates how you can read the JSON data format from the request.

Get path parameters

This video will demonstrate how to create request/response parameters & how to map the parameters in the Syncloop.

Read data from Request Header

This video demonstrates how you can read data from the request header using Flow Service.

Sequences

This video will demonstrate how you can apply conditions on sequence in your flow service.

Import & Access Dependency

This video will demonstrate how you can access uploaded dependencies into a JAVA service.

Read XML payload

This video demonstrates how you can send XML to the existing flow Service and process the said data.

Check Flow Service & Request Log

This video demonstrates how you can check the log of flow service or any particular request on the Syncloop Platform.

Insert records into the database

This video demonstrates how you can connect your Flow Service with the MySQL database and insert records into the database table.

Fetch records from database

This video demonstrates how you can connect your Flow Service with the MySQL database and fetch records from the database table.

Update records in database

This video demonstrates how you can connect your Flow Service with the MySQL database and update records in the database table.

Delete record in database

This video demonstrates how you can connect your Flow Service with the MySQL database and delete records from the database table.