Send a test payload to an output destination
Deliver an example payload to a single output destination so the configuration can be verified. The send is real and may create a message/incident/issue/case in the destination.
Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Path Parameters
Body
The context the destination is configured in; determines the example payload shape and formatting
detection, response, acceptance-criteria, threat-intel, threat, hunt-alert, alert-escalation The (possibly user-edited) example payload to send. For webhook it is the full envelope (POSTed verbatim); for the response context on non-webhook destinations it is just the structured output.
For the response context: the agent structured-output schema, so the test send formats the payload the same way the real delivery path does
For the response context on non-webhook destinations: the agent name shown in the message header
Response
Successful response
Whether the test output was delivered
Type of destination the test was sent to
webhook, teams, slack, pagerduty, linear, tines Optional human-readable detail about the delivery (e.g. created issue identifier)
Direct URL to the created output when the destination provides one
Human-readable label for the created output link