Post a new message to a work order. Optionally set async=true to process the delivery asynchronously.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
Acting user id
Asynchronous
true | falseapplication/json
add message request body.
Message content
Message type
"INTERNAL" | "ASSIGNEDTECH" | "REQUESTEDTECHS" | "SPECIFICTECH" | "FROMTECH" | "REPLY" | "TECHTOMANAGER" | "ROUTEDTECHS" | "REPLYTOTHREAD" | "STAFF_NOTE"Message recipient
List of user IDs to notify
Whether to send a classic alert notification
Reason for the message
Associated action event type
Message category
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/messages" \ -H "Content-Type: application/json" \ -d '{ "message": "Technician has arrived on site.", "type": "FROMTECH" }'{
"actions": [],
"correlation_id": "string_value",
"metadata": {
"total": 100,
"page": 0,
"pages": 5,
"per_page": 20,
"columns": "string_value",
"view": "string_value",
"sort": "string_value",
"order": "string_value"
},
"params": [],
"f_work_order": [],
"fs_work_order": true,
"f_only_workorder": true,
"fs_only_workorder": true,
"results": []
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
application/json
Last updated on
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/messages" \
-H "Content-Type: application/json" \
-d '{
"message": "Technician has arrived on site.",
"type": "FROMTECH"
}'