On this page
Changelog
2026-09-09 — Batch update/delete and excluded list filter
- Added
POST …/leads/batch-updateand MCPupdate_leads_batch(0 credits, max 100, 6/min). - Added
POST …/leads/batch-deleteand MCPdelete_leads_batch(0 credits, no refund, irreversible, 10/min;reconciliationFailed). GET …/leads?excluded=true(sortcreatedAtonly; at most one list filter amongtag/replied/needsReply/excluded).- Rate classes:
update_leads_batch(6/min),delete_leads_batch(10/min). - Idempotency-Key supported on batch-update / batch-delete (persist when
summary.updated > 0/summary.deleted > 0).
2026-09-08 — Activity, insights overview, and batch leads
- Added
GET /activity(workspace activity feed) and MCPget_recent_activity. - Added
GET /insights/overview(sampled campaign rankings) and MCPget_insights_overview. - Added
POST /campaigns/:campaignId/leads/batch(up to 100 emails) and MCPadd_leads_batch. - Lead list/detail:
sortplusrepliedAt,lastInboundMessageAt,taggedAt. - Campaign
stats:emailsOpened,openRate. - Rate class
add_leads_batch(default 10/min); batch charges 1 credit percreateditem.
Initial public API
Initial NotiQ Public API + MCP documentation.
Covers REST at https://api.notiq.io/public/v1, MCP at https://mcp.notiq.io, and outbound webhooks (reply.received, lead.tagged, account.disconnected).
How we version this page
API behavior changes will be listed here with a short summary. Markdown docs remain the source of truth for humans and agents; OpenAPI is published at /openapi.yaml.