monitor.match events to one organization webhook endpoint; n8n turns the event’s matches array into the downstream actions you choose.
Before you start
- Build an n8n workflow with a production Webhook trigger.
- In the signed-in SEC API dashboard, register that public HTTPS URL, subscribe it to
monitor.match, and create the monitor that should feed it. - Save the signing secret from the dashboard. Endpoint and monitor setup require a WorkOS browser session, not an API key.
Build the workflow
- Add a Webhook trigger and copy its production URL.
- Add a Code node after it. Return one item per filing match:
- Connect Slack, email, a database, or your research queue. Use
sourceUrlas the evidence link rather than asking the next step to reconstruct the filing.
Test and operate
Use the dashboard’s test-delivery action while the n8n workflow is active. It sends a signedwebhook.test event; production matches use monitor.match. To inspect what a configured monitor matches without waiting for a sweep, use your API key:

