Create Call Note
This endpoint allows you to create a call note to the user's current call.
NewCallNote(data, callback)
Request Body
Name
Type
Description
Example
exports["ImperialCAD"]:NewCallNote({
users_discordID = "123456789012345678",
description = "Caller updated: suspects have left the area."
}, function(success, res)
print(success and "Note added." or ("Failed: " .. res))
end)Last updated