POST
/
automation
/
scheduler
/
jobs
Create a Monad Agent task Copy
curl --request POST \
  --url https://api.brewit.money/automation/scheduler/jobs \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Scheduler Job ",
  "repeat": 5000,
  "times": 1,
  "task": "external",
  "payload": {
    "callbackUrl": "https://webhook.site/bf9b412a-782d-4fda-90ad-4e3a8ee32659",
    "data": {
      "name": "koshik"
    }
  },
  "enabled": true
}'

Body

application/json

The body is of type object.