Sends a test message to the specified Slack or MS Teams webhook URL. Requires valid JWT authentication with appropriate scope (e.g., webhook:test
or similar).
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Specify the type of webhook and the URL to test.
The body is of type object
.
Test message successfully dispatched. (No content returned.)