Send a test message to a Slack webhook
Hits the supplied webhook URL with a test message so the org admin can confirm the URL is wired before saving it as the org's notification target. The URL is NOT persisted here - that's the org-settings endpoint's job.
Headers
Idempotency-KeyUnique key that makes this POST safe to retry: repeats with the same key replay the first response instead of re-executing. Replays are scoped to the retrying principal (same API key / user) and kept for 24 hours. Required on every POST.
Client-generated idempotency key (e.g. a UUID).
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
Send a test message to a Slack webhook › Responses
OK