mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<p>
 | 
						|
    Configuring the HelloSign integration is easy. First, create a stream
 | 
						|
    (we recommend a name like "hellosign").
 | 
						|
</p>
 | 
						|
 | 
						|
<p>
 | 
						|
    Next, go to the Zulip settings page and create a Zulip bot bot
 | 
						|
    for the HelloSign integration. Note the bot API key and add
 | 
						|
    it to the URL below as <code>api_key</code>, and including the
 | 
						|
    name of the stream you'd like to receive the notifications
 | 
						|
    as <code>stream=</code> in the URL. If you'd like to hardcode
 | 
						|
    the topic used by the bot, simply append
 | 
						|
    <code>&topic=topic_name</code> to the end of the above URL, where
 | 
						|
    <code>topic_name</code> is your topic.
 | 
						|
</p>
 | 
						|
 | 
						|
<p><code>{{ external_api_uri_subdomain }}/v1/external/hellosign?api_key=abcdefgh&stream=stream_name</code></p>
 | 
						|
 | 
						|
<p>
 | 
						|
    Go to the account settings page of your HelloSign account and
 | 
						|
    under the Integrations tab, go to API and Account Callback.
 | 
						|
    Add the above URL with your modifications under the section 'Account Callback'.
 | 
						|
</p>
 | 
						|
 | 
						|
<p><img class="screenshot" src="/static/images/integrations/hellosign/000.png"/></p>
 | 
						|
 | 
						|
<p>
 | 
						|
    <b>Congratulations! You're all set.</b><br/>
 | 
						|
    Your messages should look like this:
 | 
						|
</p>
 | 
						|
 | 
						|
<p><img class="screenshot" src="/static/images/integrations/hellosign/001.png"/></p>
 |