Manage and monitor your integration connections, job configurations and logs in the Flatly dashboard. Then delegate your resource-intensive and nuanced data transformation work to Flatly with a simple REST API call.
No need to mange your own server farm.
curl -X POST "https://app.flatly.io/api/jobs/run"
-H "Authorization: Bearer TOKEN"
-H "Content-Type: application/json"
-d '{"job_id":"job1"}'