mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	Updates text of generate-webhook-url-basic.md to replace the use of
the "Create the channel" step.
Removes {!create-channel.md!} from all the integrations docs that
also include {!generate-webhook-url-basic.md!}.
Fixes #32269.
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			880 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			880 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Zulip WordPress integration
 | |
| 
 | |
| Get WordPress notifications in Zulip!
 | |
| 
 | |
| {start_tabs}
 | |
| 
 | |
| 1. {!create-an-incoming-webhook.md!}
 | |
| 
 | |
| 1. {!generate-webhook-url-basic.md!}
 | |
| 
 | |
| 1. Add `/wp-admin/options-general.php?page=webhooks` to the end of your
 | |
|    WordPress URL, and navigate to the site. Click **Add webhook**.
 | |
| 
 | |
| 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`.
 | |
| 
 | |
| 1. Set **URL** to the URL generated above, and click **Add new webhook**.
 | |
| 
 | |
| {end_tabs}
 | |
| 
 | |
| {!congrats.md!}
 | |
| 
 | |
| 
 | |
| 
 | |
| {!event-filtering-additional-feature.md!}
 | |
| 
 | |
| ### Related documentation
 | |
| 
 | |
| - [WordPress webhooks documentation][1]
 | |
| 
 | |
| {!webhooks-url-specification.md!}
 | |
| 
 | |
| [1]: https://wordpress.com/support/webhooks/
 |