Add API version 2.15 with new endpoints and schema updates#358
Merged
markdennis22 merged 5 commits intomainfrom Feb 9, 2026
Merged
Add API version 2.15 with new endpoints and schema updates#358markdennis22 merged 5 commits intomainfrom
markdennis22 merged 5 commits intomainfrom
Conversation
Adds the API spec for version 2.15 and documents the behavior change where conversation_rating now returns the latest completed rating (one with an actual value) instead of just the latest by ID. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Apply the same versioning documentation to the Unstable API spec. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
VarshSuresh
reviewed
Feb 5, 2026
Revert description to standard format matching other API versions, per PR #358 feedback. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Removes features that should only be in Unstable:
- /macros and /macros/{macro_id} endpoints
- /conversations/{conversation_id}/handling_events endpoint
- /messages/status endpoint
- macro, macro_list, handling_event, handling_event_list schemas
- Macros tag
These features were inadvertently included when 2.15 was derived from
Unstable. Features already in 2.14 (sms_message, whatsapp) are retained.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Start with 2.14 as base, add only approved 2.15 changes from Unstable - Add new endpoints: Brands, Emails, Fin Voice, Workflow Export, Company Notes - Add schemas: brand, brand_list, email_setting, email_list, ai_call_response, register_fin_voice_call_request, workflow_export, company_note - Update resolution_state enum: escalated, negative_feedback, procedure_handoff - Add message_id to email_message_metadata - Add company field to conversation schema - Add previous field to attribute updated events - Add conversation_attribute_updated_by_user schema Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds API version 2.15, rebuilt from 2.14 as the base with approved changes from Unstable.
Changes
New API Endpoints
/brandsand/brands/{id}(GET)/emailsand/emails/{id}(GET)/fin_voice/register(POST)/fin_voice/collect/{id}(GET)/fin_voice/external_id/{external_id}(GET)/fin_voice/phone_number/{phone_number}(GET)/export/workflows/{id}(GET)/companies/{company_id}/notes(GET)New Schemas
brand,brand_listemail_setting,email_listai_call_response,register_fin_voice_call_requestworkflow_exportcompany_noteconversation_attribute_updated_by_userSchema Updates
routed_to_team,abandoned) to new values (escalated,negative_feedback,procedure_handoff)message_idfieldcompanyfield (object reference)previousfield to track previous CDA valuesNew Tags
BrandsEmailsWorkflowsVerification
'2.15'/ip_allowlistendpoint present (from 2.14)formatted_phoneNOT in searchable attributes/macros,handling_events, or/messages/statusendpoints🤖 Generated with Claude Code