<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[feature] ProGet: Send test notifications from &#x27;Notifiers &amp; Webhooks&#x27;]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">When I'm adding new notifiers I'd like to be able to send a test message to check that it works as expected.</p>
<p dir="auto">Best regards<br />
Nils Nilsson</p>
]]></description><link>https://forums.inedo.com/topic/5772/feature-proget-send-test-notifications-from-notifiers-webhooks</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 18:47:05 GMT</lastBuildDate><atom:link href="https://forums.inedo.com/topic/5772.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Jun 2026 09:54:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [feature] ProGet: Send test notifications from &#x27;Notifiers &amp; Webhooks&#x27; on Mon, 08 Jun 2026 09:54:20 GMT]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">When I'm adding new notifiers I'd like to be able to send a test message to check that it works as expected.</p>
<p dir="auto">Best regards<br />
Nils Nilsson</p>
]]></description><link>https://forums.inedo.com/post/19767</link><guid isPermaLink="true">https://forums.inedo.com/post/19767</guid><dc:creator><![CDATA[Nils Nilsson]]></dc:creator><pubDate>Mon, 08 Jun 2026 09:54:20 GMT</pubDate></item><item><title><![CDATA[Reply to [feature] ProGet: Send test notifications from &#x27;Notifiers &amp; Webhooks&#x27; on Mon, 08 Jun 2026 15:12:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.inedo.com/uid/3604">@Nils-Nilsson</a> ,</p>
<p dir="auto">It's not really possible to "send a notification" without all the context (like Package Version, Name, etc.), but there is a relatively easy way to test that notifications are being sent (i.e. when you add a package).</p>
<p dir="auto">If you configure a Email Notifier, you can check off the "Add notification in ProGet". You can enter a "fake email" or not even configure SMTP settings.</p>
<p dir="auto">When you do that, it will still add a notification to ProGet (under Admin &gt; Notifications) with the same body as the email.</p>
<p dir="auto">-- Dean</p>
]]></description><link>https://forums.inedo.com/post/19768</link><guid isPermaLink="true">https://forums.inedo.com/post/19768</guid><dc:creator><![CDATA[dean-houston]]></dc:creator><pubDate>Mon, 08 Jun 2026 15:12:44 GMT</pubDate></item><item><title><![CDATA[Reply to [feature] ProGet: Send test notifications from &#x27;Notifiers &amp; Webhooks&#x27; on Tue, 09 Jun 2026 05:14:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.inedo.com/uid/751">@dean-houston</a></p>
<p dir="auto">That doesn't solve what I want to test.<br />
My scenario is more about testing a webhook to make sure that ProGet can reach the host and that the destination receive a well formatted message.</p>
<p dir="auto">I don't completely buy that it's impossible to send a notification without real data, as it should be trivial to send some dummy data when using a "Try-out" button.<br />
But I understand that if I'm the only one who has ever wanted this feature it wouldn't make sense to implement it.</p>
<p dir="auto">Best regards<br />
Nils Nilsson</p>
]]></description><link>https://forums.inedo.com/post/19770</link><guid isPermaLink="true">https://forums.inedo.com/post/19770</guid><dc:creator><![CDATA[Nils Nilsson]]></dc:creator><pubDate>Tue, 09 Jun 2026 05:14:56 GMT</pubDate></item><item><title><![CDATA[Reply to [feature] ProGet: Send test notifications from &#x27;Notifiers &amp; Webhooks&#x27; on Tue, 09 Jun 2026 07:58:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.inedo.com/uid/3604">@Nils-Nilsson</a> ,</p>
<p dir="auto">It's possible but it's quite complex; there are dozens of variable/macros that rely on context (some will give an error) and none of them have built-in dummy data. That would make templating expressions like <code>&lt;% if %&gt;</code> or <code>&lt;% foreach %&gt;</code> difficult to test.</p>
<p dir="auto">In theory, you could enter a large box of variable expressions (like <code>$FeedName=fake-feed</code>)... but at that point, it's just easier to test things by performing the actions on a real package. A quick <code>pgutil packages delete</code> + <code>pgutil packages upload</code> script works great for that... that's how we test.</p>
<p dir="auto">Thanks,<br />
Alana</p>
]]></description><link>https://forums.inedo.com/post/19771</link><guid isPermaLink="true">https://forums.inedo.com/post/19771</guid><dc:creator><![CDATA[atripp]]></dc:creator><pubDate>Tue, 09 Jun 2026 07:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to [feature] ProGet: Send test notifications from &#x27;Notifiers &amp; Webhooks&#x27; on Wed, 10 Jun 2026 08:57:43 GMT]]></title><description><![CDATA[<p dir="auto">I had the same issue, and I had to side quest an vscode extension(<a href="https://github.com/sighanse/otterscript-vscode" rel="nofollow">github</a>, <a href="https://marketplace.visualstudio.com/items?itemName=sighanse.otterscript-vscode" rel="nofollow">marketplace</a>, still alpha) just to get the syntax correct :)<br />
A try-out/dry-run button would be good though</p>
]]></description><link>https://forums.inedo.com/post/19775</link><guid isPermaLink="true">https://forums.inedo.com/post/19775</guid><dc:creator><![CDATA[sigurd.hansen_7559]]></dc:creator><pubDate>Wed, 10 Jun 2026 08:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to [feature] ProGet: Send test notifications from &#x27;Notifiers &amp; Webhooks&#x27; on Wed, 10 Jun 2026 13:41:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.inedo.com/uid/3825">@sigurd-hansen_7559</a> wow very cool! We didn't anticipate anyone would customize these templates beyond adding a variable or two, so it it didn't seem to make a lot of sense to invest in a proper editor (like we have in the other products)</p>
<p dir="auto">Anyway, it'd be interesting to see what kind of templates you develop.</p>
]]></description><link>https://forums.inedo.com/post/19779</link><guid isPermaLink="true">https://forums.inedo.com/post/19779</guid><dc:creator><![CDATA[stevedennis]]></dc:creator><pubDate>Wed, 10 Jun 2026 13:41:59 GMT</pubDate></item></channel></rss>