Integrations
Test a Slack or MS Teams webhook
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).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Specify the type of webhook and the URL to test.
The body is of type object
.
Response
204
Test message successfully dispatched. (No content returned.)