Send a test message to a webhook for one of its subscribed topics
Deliver a synthetic sample of one subscribed topic to the webhook and return the delivery outcome, so a partner can verify their endpoint receives and accepts what a real notification for that topic looks like. The topic must be one the webhook is subscribed to (else 400); the sample is addressed straight to this webhook and never fans out to the organization’s other subscribers. A webhook that does not exist or belongs to another organization is reported as not found.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The webhook ID
Body
Send a test sample for one topic. The topic must be one the webhook is currently subscribed to.
device.action_required, device.information Response
OK
The synchronous outcome of a test delivery. outcome is delivered (with the
endpoint's HTTP status_code), failed (detail carries the transport error),
or cancelled (detail says why, e.g. the webhook is disabled). The response is
200 for all three — the test ran; branch on outcome, not the HTTP status.
