Site updated at 2016-10-22 22:37:41 UTC
This commit is contained in:
parent
ab857e95a7
commit
860912100c
408 changed files with 11332 additions and 1691 deletions
|
@ -158,6 +158,27 @@
|
|||
</span></code></pre>
|
||||
</div>
|
||||
|
||||
<p>To use notifications, please see the <a href="/getting-started/automation/">getting started with automation page</a>.</p>
|
||||
|
||||
<h3><a class="title-link" name="url-support" href="#url-support"></a> URL support</h3>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="nn">...</span>
|
||||
|
||||
<span class="s">action</span><span class="pi">:</span>
|
||||
<span class="s">service</span><span class="pi">:</span> <span class="s">notify.NOTIFIER_NAME</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">title</span><span class="pi">:</span> <span class="s">Send URL</span>
|
||||
<span class="s">message</span><span class="pi">:</span> <span class="s">This is an url</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">url</span><span class="pi">:</span> <span class="s">google.com</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li><strong>url</strong> (<em>Required</em>): Page URL to send with pushbullet.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -181,6 +202,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Notifications</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/notify.apns/'>APNS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.aws_lambda/'>AWS Lambda</a>
|
||||
</li>
|
||||
|
@ -226,6 +250,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.mqtt/'>MQTT Notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.matrix/'>Matrix</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.message_bird/'>MessageBird</a>
|
||||
</li>
|
||||
|
@ -268,6 +295,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.telegram/'>Telegram</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.telstra/'>Telstra</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.twilio_sms/'>Twilio SMS</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue