fastmon Docs
Notifications

Send a synthetic test notification

Fehler melden

Send a synthetic notification through every active action of this rule, using fake values for the template variables (so you can verify that email delivery, webhook signing, Slack formatting etc. all work end to end). Nothing about the rule's firing state changes; no send row is recorded. Requires org owner role.

AuthentifizierungBearer <token>

API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.

In: header

Pfad-Parameter

rule_id*Rule Id
Formatuuid

Response-Body

application/json

application/json

application/json

application/json

application/json

POST
/notification-rules/{rule_id}/test
curl -X POST "https://example.com/notification-rules/497f6eca-6276-4993-bfeb-53cbbbba6f08/test"
{  "rule_id": "728c1541-d6d1-4290-9a53-cdf01dd32d60",  "delivery_log": [    {}  ]}