mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	The "subdomain" label is redundant, to the extent it's even accurate -- this is really just the URL we want to display, which may or may not involve a subdomain. Similarly "external". The former `external_api_path_subdomain` was never a path -- it's a host, followed by a path, which together form a scheme-relative URL. I'm not quite convinced that value is actually the right thing in 2 of the 3 places we use it, but fixing that can start by giving an accurate name to the thing we have.
		
			
				
	
	
		
			10 lines
		
	
	
		
			334 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			334 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
In the URL field, enter:
 | 
						|
 | 
						|
`{{ external_uri_scheme }}bot_email:bot_api_key@{{ api_url_scheme_relative }}{{ integration_url }}`
 | 
						|
 | 
						|
Replace `bot_email` and `bot_api_key` above with the URL-encoded email
 | 
						|
address and API key of the bot.  To URL-encode the email address, you
 | 
						|
just need to replace `@` in the bot's email address with `%40`.
 | 
						|
 | 
						|
 |