...
message | tmessage | The message |
title | string | The title of the new thread |
tag | string | A tag for the new thread |
objecttype | string | The type of the object for which to create the new thread |
objectid | number | The MB ID of the object for which to create the new thread |
ispublic | boolean | If the thread should be shown on the extranet and elsewhere |
nextcheckin | boolean | If the messsage should be sent to the next who checks in |
internalsubscribers | collection[number] | MB IDs of the users who should be set as subscribers when creating a thread |
externalsubscribers | collection[number] | MB IDs of the persons who should be set as subscribers when creating a thread |
notification | string | The message which should be given as notification to the responsible people of the task. "Works only with tasks" |
Output
message | tmessage | |
thread | thread |
...