ALERT CHANNEL
Every new thread, POSTed to your endpoint
Paste a URL and Annot8 sends a JSON payload for every new thread — project, thread id, author, comment, page URL, timestamp. Zapier, Make, n8n, or anything you host.
Available on Pro and above.
HOW IT WORKS
What happens when feedback arrives
Credentials are encrypted at rest, every delivery records its outcome, and a failing integration never blocks the feedback itself.
On new feedback
A JSON POST with event, projectId, projectName, threadId, authorName, content, url, and timestamp. Any 2xx counts as delivered; anything else is recorded with the error.
No-code friendly
Zapier, Make, and n8n all offer a catch-webhook trigger that hands you a URL — paste it into Annot8 and you're done, no code.
Routed per project
Set one endpoint for the workspace, then override the URL per project where different sites feed different systems.
GOOD TO KNOW
Before you connect Webhooks
The specifics that save a support ticket — the same ones the docs lead with.
Treat the URL as the secret
The payload isn't signed — use a long, unguessable HTTPS path, and use threadId to deduplicate on your side.
User-written content
The content field is whatever a reviewer typed — treat it as untrusted input in anything you build on top.
Feedback in, Webhooks notified, nothing re-typed
One script tag on the site, one connection to Webhooks, and the pipeline runs itself.
