POST
/
v2
/
job_message
curl --request POST \
  --url http://127.0.0.1:9550/v2/job_message \
  --header 'Content-Type: application/json' \
  --data '{
  "job_message": {
    "callback": {
      "Job": {}
    },
    "content": "<string>",
    "files_inbox": "<string>",
    "job_id": "<string>",
    "parent": "<string>",
    "sheet_job_data": "<string>",
    "workflow_code": "<string>",
    "workflow_name": "<string>"
  }
}'
{
  "data": {
    "inbox": "<string>",
    "message_id": "<string>",
    "parent_message_id": "<string>",
    "scheduled_time": "<string>"
  },
  "message": "<string>",
  "status": "<string>"
}

Send a message or command related to a specific job.

Body

application/json
job_message
object
required

Response

200
application/json
Successfully processed job message
message
string
required
status
string
required
data
object