Authorizations
Bearer token with Platform JWT token or API Key.
Body
application/json
Response
Job scheduled.
curl --request POST \
  --url https://api.revong.com/api/v1/automation/template \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "category": "<string>",
  "desc": "<string>",
  "componentId": "<string>",
  "componentVersion": 123,
  "triggerUser": "<string>",
  "inputs": {},
  "options": {
    "skipLibs": true,
    "legacyResults": true,
    "hideRequest": true,
    "hideResponse": true
  }
}'ROLES: AUTOMATION_ADMIN USER: true SERVICE ACCOUNT: true
curl --request POST \
  --url https://api.revong.com/api/v1/automation/template \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "category": "<string>",
  "desc": "<string>",
  "componentId": "<string>",
  "componentVersion": 123,
  "triggerUser": "<string>",
  "inputs": {},
  "options": {
    "skipLibs": true,
    "legacyResults": true,
    "hideRequest": true,
    "hideResponse": true
  }
}'Bearer token with Platform JWT token or API Key.
Name.
Category.
Description.
Component identifier.
Component version, if left empty it will use latest component version).
Invoke job on behalf of specific account.
Options.
Show child attributes
Job scheduled.