Skip to content

Commit

Permalink
Merge pull request #163 from omnivore-app/fix/webhooks
Browse files Browse the repository at this point in the history
update example webhook payloads in document
  • Loading branch information
jacksonh authored Dec 29, 2023
2 parents 3b14c59 + 4f52fce commit caa3e4a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/integrations/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,23 @@ Upon setting up the webhook URL, that URL will recieve post requests of the sele
"userId": "<YOUR USER ID>",
"id": "f187586d-1380-4c1b-887f-140fb9217465",
"slug": "fast-api-experiment-middleware-feature-by-life-is-short-so-enjoy-18a22a66735",
"originalHtml": "FULLHTML",
"description": "While I worked on adding authentication into FastAPI application, I had a chance to take a look the FastAPI Middleware feature. Let’s try the example in FastAPI documentation. The example is adding…",
"title": "FastAPI: Experiment Middleware feature | by Life-is-short--so--enjoy-it | Aug, 2023 | Medium",
"author": "Life-is-short--so--enjoy-it",
"url": "https://medium.com/@life-is-short-so-enjoy-it/fastapi-experiment-middleware-feature-c0a0c7314d74",
"pageType": "ARTICLE",
"hash": "37e42d0dbd7b710094e77808a81bdd43",
"image": "https://miro.medium.com/v2/resize:fit:1200/1*SDkMzvL5PNsIGchfG-N--w.png",
"originalUrl": "https://medium.com/@life-is-short-so-enjoy-it/fastapi-experiment-middleware-feature-c0a0c7314d74",
"itemType": "ARTICLE",
"textContentHash": "37e42d0dbd7b710094e77808a81bdd43",
"thumbnail": "https://miro.medium.com/v2/resize:fit:1200/1*SDkMzvL5PNsIGchfG-N--w.png",
"publishedAt": "2023-08-12T08:05:10.316Z",
"readingProgressPercent": 0,
"readingProgressAnchorIndex": 0,
"readingProgressTopPercent": 0,
"readingProgressHighestReadAnchor": 0,
"state": "SUCCEEDED",
"createdAt": "2023-08-23T13:47:25.365Z",
"savedAt": "2023-08-23T13:47:25.365Z",
"siteName": "Medium",
"language": "English",
"itemLanguage": "English",
"siteIcon": "https://miro.medium.com/v2/1*m-R_BkNf1Qjr1YbyOIJY2w.png",
"wordsCount": 1257,
"wordCount": 1257,
"archivedAt": null
}
}
Expand Down

0 comments on commit caa3e4a

Please sign in to comment.