2018-01-26 22:11:42 +01:00
{
2018-06-01 21:33:57 +02:00
"bad_event_queue_id_error" : {
"code" : "BAD_EVENT_QUEUE_ID" ,
"msg" : "Bad event queue id: 1518820930:1" ,
"queue_id" : "1518820930:1" ,
"result" : "error"
} ,
2018-03-02 22:04:25 +01:00
"invalid-api-key" : {
"msg" : "Invalid API key" ,
"result" : "error"
2018-01-31 06:06:56 +01:00
} ,
2018-03-02 22:04:25 +01:00
"missing-request-argument-error" : {
"code" : "REQUEST_VARIABLE_MISSING" ,
"msg" : "Missing 'content' argument" ,
"result" : "error" ,
"var_name" : "content"
2018-02-06 21:04:07 +01:00
} ,
2018-06-01 21:33:57 +02:00
"successful-response-empty" : {
"msg" : "" ,
"result" : "success"
} ,
2018-02-16 21:26:43 +01:00
"update-message-edit-permission-error" : {
2018-03-02 22:04:25 +01:00
"code" : "BAD_REQUEST" ,
"msg" : "You don't have permission to edit this message" ,
"result" : "error"
2018-02-25 01:01:45 +01:00
} ,
2018-03-02 22:04:25 +01:00
"user-not-authorized-error" : {
"code" : "BAD_REQUEST" ,
"msg" : "User not authorized for this query" ,
"result" : "error"
2018-06-02 15:45:18 +02:00
} ,
"zulip-outgoing-webhook-payload" : {
"data" : "@**Outgoing Webhook Test** Zulip is the world\u2019s most productive group chat!" ,
"trigger" : "mention" ,
"token" : "xvOzfurIutdRRVLzpXrIIHXJvNfaJLJ0" ,
"message" : {
"subject" : "Verona2" ,
"sender_email" : "iago@zulip.com" ,
"timestamp" : 1527876931 ,
"client" : "website" ,
"submessages" : [
] ,
"recipient_id" : 20 ,
"subject_links" : [
] ,
"sender_full_name" : "Iago" ,
2019-11-05 20:35:47 +01:00
"avatar_url" : "https://secure.gravatar.com/avatar/1f4f1575bf002ae562fea8fc4b861b09?d=identicon&version=1" ,
2018-06-02 15:45:18 +02:00
"rendered_content" : "<p><span class=\"user-mention\" data-user-id=\"25\">@Outgoing Webhook Test</span> Zulip is the world\u2019s most productive group chat!</p>" ,
"sender_id" : 5 ,
"stream_id" : 5 ,
"content" : "@**Outgoing Webhook Test** Zulip is the world\u2019s most productive group chat!" ,
"display_recipient" : "Verona" ,
"type" : "stream" ,
"id" : 112 ,
"is_me_message" : false ,
"reactions" : [
] ,
"sender_realm_str" : "zulip" ,
2019-11-05 20:35:47 +01:00
"sender_short_name" : "iago"
2018-06-02 15:45:18 +02:00
} ,
"bot_email" : "outgoing-bot@localhost"
2018-01-26 22:11:42 +01:00
}
}