Clarify API
Resources

Changelog

Notable additions and changes to the Clarify API

Breaking changes are called out explicitly. Questions? Reach us at support@clarify.ai.

May 2026

  • Bulk relationship writes — update relationships across multiple records in a single request.
  • Added unsubscribed_at to campaign recipients so you can tell when a contact opted out.

April 2026

  • Bulk PATCH now preserves untouched attributes — fields you omit are left as-is instead of being nulled out.
  • Added an endpoint to retrieve an individual comment.
  • Custom enum fields now accept an empty set of options.
  • Stricter validation on relationship field requests — invalid payloads return 422 instead of failing silently.

March 2026

  • Create custom object types beyond the standard objects.
  • Programmatic schema management — create and update fields via the API.
  • Bulk record deletion — delete multiple records in one request.

February 2026

  • Comments API — annotate records programmatically.
  • Recording API — control meeting recording.
  • CSV export for list data.

January 2026

  • Relationship management between object types.
  • Additional filter operators — empty/non-empty and comparison operators.
  • Offset-based pagination with total record counts.

On this page