mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Adds a new webhook integration for WordPress blogs. Both WordPress.com and self-installed blogs are supported, with minor differences that are described in the documentation. It creates a new message for each action, the stream and topic may be specified or use default values. WordPress actions supported: publish_post: a new blog post was published publish_page: a new page was published user_register: a new user account was created wp_login: a user logged in Notes: comment_post only provides the id of the parent post, not title or link, so was not included. On further testing, I found edit_post is not very practical, it also fires while a new post is being written, and when posts are deleted. (I think it tracks drafts too.) I've removed it, as it seems more confusing than useful. Fixes #3245 |
||
|---|---|---|
| .. | ||
| wordpress_publish_page.txt | ||
| wordpress_publish_post_no_data_provided.txt | ||
| wordpress_publish_post_type_not_provided.txt | ||
| wordpress_publish_post.txt | ||
| wordpress_unknown_action_no_data.txt | ||
| wordpress_unknown_action_no_hook_provided.txt | ||
| wordpress_user_register.txt | ||
| wordpress_wp_login.txt | ||