Add Call Note
This endpoint allows you to add a new dispatch call note.
Add Call Note
Request Body
Name
Type
Description
NOTE 'some note here' added to call #123INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "ADD_CALL_NOTE",
"data": [
{
"serverId": 1, // Default 1 - See guide on setting up multiple servers
"callId": 123,
"label": "A-10", // OPTIONAL (sender of the note)
"note": "This is a test!" // Note text
},
]
}Note Object
Last updated
Was this helpful?

