wedevs/new-post-webhook
Composer 安装命令:
composer require wedevs/new-post-webhook
包简介
Sends a webhook request when a new post is published
README 文档
README
Sends a webhook request when a new post is published.
Instructions
- Activate the plugin
- Navigate to Settings > Writing settings and add the webhook URL.
- It'll send the webhook to that URL when a new post is created.
Installing with composer
composer require wedevs/new-post-webhook
Request Format
The following format will be posted in the webhook.
{
"id": 823,
"title": "Post Test",
"url": "https://wp.test/post-test/",
"content": "\n<p>Hello There</p>\n",
"excerpt": "Hello There",
"tags": [
"one",
"two"
],
"categories": [
"Uncategorized"
],
"author": {
"name": "admin",
"url": "https://wp.test/author/admin/"
},
"date": {
"raw": "2022-08-03 17:06:22",
"formatted": "August 3, 2022"
}
}
统计信息
- 总下载量: 90
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-08-03