test parsing slack messages
This commit is contained in:
@@ -1 +1,52 @@
|
||||
{"hint": "a thread reply to an alert", "token":"redacted","team_id":"T9RQLQ0KV","context_team_id":"T9RQLQ0KV","context_enterprise_id":null,"api_app_id":"A06TYH7CALB","event":{"user":"U06868T6ADV","type":"message","ts":"1712930706.598629","client_msg_id":"880fc69f-de95-4c1e-90a7-aae701a40c21","text":"I gotta do this","team":"T9RQLQ0KV","thread_ts":"1712927439.728409","parent_user_id":"U03RUK7FBUY","blocks":[{"type":"rich_text","block_id":"Cp0IU","elements":[{"type":"rich_text_section","elements":[{"type":"text","text":"I gotta do this"}]}]}],"channel":"C06U1DDBBU4","event_ts":"1712930706.598629","channel_type":"channel"},"type":"event_callback","event_id":"Ev06UF3U1LM7","event_time":1712930706,"authorizations":[{"enterprise_id":null,"team_id":"T9RQLQ0KV","user_id":"U06TS9M7ABG","is_bot":true,"is_enterprise_install":false}],"is_ext_shared_channel":false,"event_context":"4-eyJldCI6Im1lc3NhZ2UiLCJ0aWQiOiJUOVJRTFEwS1YiLCJhaWQiOiJBMDZUWUg3Q0FMQiIsImNpZCI6IkMwNlUxRERCQlU0In0"}
|
||||
{
|
||||
"hint": "a thread reply to an alert",
|
||||
"token": "redacted",
|
||||
"team_id": "T9RQLQ0KV",
|
||||
"context_team_id": "T9RQLQ0KV",
|
||||
"context_enterprise_id": null,
|
||||
"api_app_id": "A06TYH7CALB",
|
||||
"event": {
|
||||
"user": "U06868T6ADV",
|
||||
"type": "message",
|
||||
"ts": "1712930706.598629",
|
||||
"client_msg_id": "880fc69f-de95-4c1e-90a7-aae701a40c21",
|
||||
"text": "I gotta do this",
|
||||
"team": "T9RQLQ0KV",
|
||||
"thread_ts": "1712927439.728409",
|
||||
"parent_user_id": "U03RUK7FBUY",
|
||||
"blocks": [
|
||||
{
|
||||
"type": "rich_text",
|
||||
"block_id": "Cp0IU",
|
||||
"elements": [
|
||||
{
|
||||
"type": "rich_text_section",
|
||||
"elements": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "I gotta do this"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"channel": "C06U1DDBBU4",
|
||||
"event_ts": "1712930706.598629",
|
||||
"channel_type": "channel"
|
||||
},
|
||||
"type": "event_callback",
|
||||
"event_id": "Ev06UF3U1LM7",
|
||||
"event_time": 1712930706,
|
||||
"authorizations": [
|
||||
{
|
||||
"enterprise_id": null,
|
||||
"team_id": "T9RQLQ0KV",
|
||||
"user_id": "U06TS9M7ABG",
|
||||
"is_bot": true,
|
||||
"is_enterprise_install": false
|
||||
}
|
||||
],
|
||||
"is_ext_shared_channel": false,
|
||||
"event_context": "4-eyJldCI6Im1lc3NhZ2UiLCJ0aWQiOiJUOVJRTFEwS1YiLCJhaWQiOiJBMDZUWUg3Q0FMQiIsImNpZCI6IkMwNlUxRERCQlU0In0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user