mirror of https://github.com/zulip/zulip.git
33 lines
969 B
HTML
33 lines
969 B
HTML
<p>
|
|
First, create the stream you'd like to use for Transifex
|
|
notifications, and subscribe all interested parties to this stream. We
|
|
recommend the name <code>transifex</code>.
|
|
</p>
|
|
|
|
<p>
|
|
Next, set up a bot for the integration. You'll need the bot's API key
|
|
to construct a URL for Transifex.
|
|
</p>
|
|
|
|
<p><code>{{ external_api_uri_subdomain }}/v1/external/transifex?api_key=abcdefgh&stream=transifex</code></p>
|
|
|
|
<p>
|
|
where <code>api_key</code> is the API key of your Zulip bot,
|
|
and <code>stream</code> is the stream name you want the
|
|
notifications sent to.
|
|
</p>
|
|
|
|
<p>
|
|
Next, in Transifex, go to your project settings page:
|
|
Project Details → Manage → Edit Project and scroll down to
|
|
WEB HOOK URL. Paste the URL you constructed into the box and
|
|
save your changes.
|
|
</p>
|
|
|
|
<p>
|
|
<b>Congratulations! You're done!</b><br/>
|
|
Example message:
|
|
</p>
|
|
|
|
<img class="screenshot" src="/static/images/integrations/transifex/001.png"/>
|