| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add a new `channel` field to ticket creation and conversion endpoints in the unstable API spec. The channel field: - Accepts enum value "email" (currently the only supported value) - Only supported for customer ticket types - Defaults to "messenger" when not provided - Included in ticket response schema with both "email" and "messenger" enum values Updated schemas: - create_ticket_request - convert_conversation_to_ticket_request - ticket (response schema) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The channel field should only be added to create_ticket_request and the ticket response schema, not to convert_conversation_to_ticket_request. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Why?
Towards https://github.com/intercom/intercom/issues/429620
Summary
This PR adds a new channel field to ticket creation and conversion endpoints in the unstable API specification.
Changes
Field Details
Modified Schemas
🤖 Generated with Claude Code