Manage and monitor your integration connections, job configurations and logs in the Flatly dashboard, made for humans.
Delegate your resource-intensive and nuanced data transformation work to Flatly with a simple REST API call, made for machines.
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"}'
{
"job1":"completed",
"data_source":"keap",
"data_destination":"smartsheet",
"cell_count":20000
}