-
Notifications
You must be signed in to change notification settings - Fork 1
Messaging Queues
Martin Stoffers edited this page Nov 5, 2015
·
1 revision
A document which is linked to an episode has been created. This is not issued for internal documents which have no connection to an episode.
{
"document.name": "",
"episode.id": 0
}
A new chatmessage on a document which is readable by the public.
A ChatMessage
from Data Model.
A publication has been created.
{
"publication.id": 0,
"episode.id": 0
}
A publication has been requested.
{
"document.name": 0,
"publicationRequest.requester": 0
}
An episode's number has been changed.
{
"episode.id": 0,
"episode.number_old": "",
"episode.number_new": ""
}
An episode has been added, either by importing or manually.
{
"episode.id": 0,
"method": "" // "import" or "manual"
}
A podcast has been added, either by importing or manually.
{
"podcast.id": 0,
"method": "" // "import" or "manual"
}
A user has registered.
{
"user.id": 0
}
A user has changed something in their profile or UserInfo.
{
"user.id": 0
}
Send a chat-message to a document's chat.
{
"document.name": "",
"message": "",
"sender": ""
}