Diese Dokumentation entsteht gerade: einzelne Seiten können noch unvollständig oder stellenweise ungenau sein.
fastmon Docs
Notifications

Send a synthetic test notification

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). Send as Authorization: Bearer fm_... or paste the full token (including the fm_ 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
/v1/notification-rules/{rule_id}/test
curl -X POST "https://example.com/v1/notification-rules/497f6eca-6276-4993-bfeb-53cbbbba6f08/test"
{  "rule_id": "728c1541-d6d1-4290-9a53-cdf01dd32d60",  "delivery_log": [    {}  ]}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}