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/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customId": "<string>",
  "saveDetails": true,
  "maxAttempts": 123,
  "request": {
    "url": "<string>",
    "method": "POST",
    "body": {},
    "headers": {}
  },
  "maskDetails": [
    "<string>"
  ]
}'ROLES: AUTOMATION_RUNNER,AUTOMATION_ADMIN USER: true SERVICE ACCOUNT: true
curl --request POST \
  --url https://api.revong.com/api/v1/automation/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customId": "<string>",
  "saveDetails": true,
  "maxAttempts": 123,
  "request": {
    "url": "<string>",
    "method": "POST",
    "body": {},
    "headers": {}
  },
  "maskDetails": [
    "<string>"
  ]
}'Bearer token with Platform JWT token or API Key.
Job scheduled.