2024-07-07 21:19:55 +02:00
|
|
|
# Zulip WordPress integration
|
|
|
|
|
2018-04-19 17:45:52 +02:00
|
|
|
Get WordPress notifications in Zulip!
|
2017-06-14 06:20:41 +02:00
|
|
|
|
2024-07-07 21:19:55 +02:00
|
|
|
{start_tabs}
|
2017-06-14 06:20:41 +02:00
|
|
|
|
2024-05-05 22:30:09 +02:00
|
|
|
1. {!create-channel.md!}
|
2017-06-14 06:20:41 +02:00
|
|
|
|
2023-09-21 02:23:45 +02:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
2024-07-07 21:19:55 +02:00
|
|
|
1. {!generate-webhook-url-basic.md!}
|
2017-06-14 06:20:41 +02:00
|
|
|
|
2024-07-07 21:19:55 +02:00
|
|
|
1. Add `/wp-admin/options-general.php?page=webhooks` to the end of your
|
|
|
|
WordPress URL, and navigate to the site. Click **Add webhook**.
|
2017-06-14 06:20:41 +02:00
|
|
|
|
2024-07-07 21:19:55 +02:00
|
|
|
1. Select an **Action** from the [supported
|
|
|
|
events](#filtering-incoming-events) that you'd like to be notified
|
|
|
|
about, along with these corresponding **Fields**: `post_title`,
|
|
|
|
`post_type`, and `post_url`.
|
2017-06-14 06:20:41 +02:00
|
|
|
|
2024-07-07 21:19:55 +02:00
|
|
|
1. Set **URL** to the URL generated above, and click **Add new webhook**.
|
2017-06-14 06:20:41 +02:00
|
|
|
|
2024-07-07 21:19:55 +02:00
|
|
|
{end_tabs}
|
2017-06-14 06:20:41 +02:00
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
|
|
|
![](/static/images/integrations/wordpress/wordpress_post_created.png)
|
2024-07-07 21:19:55 +02:00
|
|
|
|
|
|
|
{!event-filtering-additional-feature.md!}
|
|
|
|
|
|
|
|
### Related documentation
|
|
|
|
|
|
|
|
- [WordPress webhooks documentation][1]
|
|
|
|
|
|
|
|
{!webhooks-url-specification.md!}
|
|
|
|
|
|
|
|
[1]: https://wordpress.com/support/webhooks/
|