On this page

Changelog

2026-09-09 — Batch update/delete and excluded list filter

  • Added POST …/leads/batch-update and MCP update_leads_batch (0 credits, max 100, 6/min).
  • Added POST …/leads/batch-delete and MCP delete_leads_batch (0 credits, no refund, irreversible, 10/min; reconciliationFailed).
  • GET …/leads?excluded=true (sort createdAt only; at most one list filter among tag / 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 MCP get_recent_activity.
  • Added GET /insights/overview (sampled campaign rankings) and MCP get_insights_overview.
  • Added POST /campaigns/:campaignId/leads/batch (up to 100 emails) and MCP add_leads_batch.
  • Lead list/detail: sort plus repliedAt, lastInboundMessageAt, taggedAt.
  • Campaign stats: emailsOpened, openRate.
  • Rate class add_leads_batch (default 10/min); batch charges 1 credit per created item.

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.