Slack Integration

Push Zhane EDGAR signals directly to any Slack channel. Set it up in under 5 minutes — get notified the moment a CRITICAL or HIGH urgency 8-K hits SEC EDGAR.

How It Works

Zhane polls SEC EDGAR every 10-30 seconds. When a HIGH or CRITICAL filing is detected, we push a formatted message to your Slack channel via Slack's Incoming Webhooks API. Zero polling on your end.

Setup — 3 Steps

Step 1: Create a Slack Incoming Webhook

Go to your Slack workspace settings and create an Incoming Webhook URL for the channel where you want signals delivered.

  1. Visit api.slack.com/apps and click Create New App
  2. Choose From scratch, name it Zhane EDGAR Signals
  3. Under Features, click Incoming Webhooks and toggle it On
  4. Click Add New Webhook to Workspace and select your target channel
  5. Copy the Webhook URL — it starts with https://hooks.slack.com/services/...
Step 2: Register Your Webhook With Zhane

Send a POST request to register your Slack webhook. We'll start pushing signals immediately.

curl -X POST https://api.zctechnologies.org/v1/webhooks \
  -H "Authorization: Bearer zk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX",
    "channel": "edgar-signals",
    "min_urgency": "HIGH",
    "type": "slack"
  }'

min_urgency options: LOW | MEDIUM | HIGH | CRITICAL

Step 3: Receive Signals in Slack

That's it. Signals will start arriving in your channel formatted like this:

CRITICAL — JENA ACQUISITION Corp II
Item 3.01: Notice of Delisting
Filed: 2026-04-04  |  Accession: 0001234567-26-000001
View filing → api.zctechnologies.org/v1/filings/0001234567-26-000001

Webhook Delivery Details

DetailValue
Delivery latencyUnder 60 seconds from SEC publication
Retry policy3 retries with exponential backoff on failure
Urgency filterConfigurable — default is HIGH+
Payload formatSlack Block Kit (rich formatting)
Multiple channelsRegister up to 5 webhooks per API key
Available onUnlimited plan only

Coming Soon

Webhook delivery is rolling out on the Unlimited plan in Q2 2026. Register your interest and we'll notify you the moment it's live.

Request Early Access   See Unlimited Plan

Other Integration Options

Prefer a different channel? See all integration options on the Integrations page — including RSS feed, Discord, Telegram, REST API, and SDKs.