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.
Successfully processed job message
The response is of type object
.
Was this page helpful?
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>"
}
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.
Successfully processed job message
The response is of type object
.
Was this page helpful?
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>"
}