Add conversation part event details for SolidRoad feature requests #316
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.
Context
Summary
This PR adds comprehensive event_details documentation for conversation parts in the unstable API version (descriptions/0/api.intercom.io.yaml), implementing changes from SolidRoad feature requests.
Changes
New Conversation Part Schemas (9)
Tags, Snooze, and Priority (from #428476)
conversation_tags_updated
- Tracks tags added/removed from conversationssnoozed
- Captures snooze duration with human-readable format and custom timestamppriority_changed
- Documents priority state transitions (priority/not_priority)SLA Events (from #430980)
conversation_sla_applied_by_rule
- SLA applied via modern Operator workflows with target definitionsconversation_sla_applied_by_workflow
- SLA applied via legacy Inbox Rules with target definitionsconversation_sla_target_missed
- Complete SLA breach details including which target was missed and all target statesconversation_sla_paused
- SLA status snapshot at pause time with remaining seconds for each targetconversation_sla_unpaused
- Basic SLA information when conversation is unpausedconversation_sla_removed
- SLA information when removed from conversationUpdated Schemas (3)
Attribute Updates with Previous Value Tracking (from #430942)
conversation_attribute_updated_by_admin
- Addedprevious
field to track CDA value historyconversation_attribute_updated_by_workflow
- Addedprevious
field to track CDA value historyconversation_attribute_updated_by_user
- New schema for user-initiated attribute updates withprevious
fieldevent_details Schema Updates
Updated the
event_details
anyOf array to include references to all 10 new/updated conversation part schemas.Related Issues
Test Plan
🤖 Generated with Claude Code