Work Create

There are a list of available work-types in the workflow api.

To create a work unit, there is a config block with the work configuration settings, with the fields listed in the workflow.


curl -s -H "Authorization: $LIOKEY" \
  -XPOST "https://api.lytics.io/api/work" -d '
{
    "workflow_id":"eventscopy"
    , "name":"Ecommerce Demo Copy"
    , "config":{
        "destination_aid": "2223"
    }
}
' | jq '.'
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Your Lytics account ID.

Body Params
config
object
string
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json