| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add POST /conversations/{conversation_id}/side_conversations/{id}/reply with
its admin and bot request schemas to the Preview spec.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Mark body as required on the admin and bot reply schemas, and reference intercom_version_preview for this Preview-only endpoint. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Why?
The side conversation reply endpoint (POST /conversations/{conversation_id}/side_conversations/{id}/reply) is a new public Preview API. It needs an OpenAPI spec entry so the generated SDKs and Postman collection include it.
How?
Adds the operation with admin and bot request schemas (oneOf). Message types are limited to comment and note, authors to admin and bot; body is required, and Slack-based side conversations are not supported. Uses the Preview version header.
Generated with Claude Code