-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathevent-sample.json
More file actions
21 lines (21 loc) · 872 Bytes
/
event-sample.json
File metadata and controls
21 lines (21 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"resource": "/webhook",
"path": "/webhook",
"httpMethod": "POST",
"headers": {
"Accept": "*/*",
"Accept-Encoding": "deflate, gzip",
"CloudFront-Forwarded-Proto": "https",
"CloudFront-Is-Desktop-Viewer": "true",
"CloudFront-Is-Mobile-Viewer": "false",
"CloudFront-Is-SmartTV-Viewer": "false",
"CloudFront-Is-Tablet-Viewer": "false",
"CloudFront-Viewer-Country": "US",
"Content-Type": "application/json"
},
"queryStringParameters": null,
"pathParameters": null,
"stageVariables": null,
"body": "{\"object\":\"page\",\"entry\":[{\"id\":\"11\",\"time\":1484478571101,\"messaging\":[{\"sender\":{\"id\":\"124442394963\"},\"recipient\":{\"id\":\"115912317466163\"},\"timestamp\":1484478571056,\"message\":{\"mid\":\"mid.1654478571056:02b45ac971\",\"seq\":202837,\"text\":\"the arrow\"}}]}]}",
"isBase64Encoded": false
}