Skip to content

Add 3 new activity-log event types to the 2.15 spec#585

Merged
salmanbshah merged 2 commits into
mainfrom
salmanshah/tal-event-types-docs
Jul 11, 2026
Merged

Add 3 new activity-log event types to the 2.15 spec#585
salmanbshah merged 2 commits into
mainfrom
salmanshah/tal-event-types-docs

Conversation

@salmanbshah

@salmanbshah salmanbshah commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Why?

Three new Teammate Activity Log event types shipped in the intercom monolith and need to appear in the public activity-log types enum:

  • admin_avatar_change — intercom/intercom#537931 (intercom/intercom#529379)
  • conversation_pdf_export — intercom/intercom#537908 (intercom/intercom#537132)
  • macro_usage_export — intercom/intercom#537906 (intercom/intercom#529280)

How?

Adds the three values to the activity-log event-types enum. admin_avatar_change and conversation_pdf_export are emitted dynamically with no version Change class, so they're live on every API version at runtime — added to all 10 version dirs (0/Unstable, 2.72.15), matching the existing admin_away_mode_change / conversation_part_deletion precedent. macro_usage_export is scoped to 2.14+ only, matching the rest of the Macro* enum cluster, which doesn't exist in the spec before 2.14.

Generated with Claude Code

admin_avatar_change, conversation_pdf_export, macro_usage_export —
shipped in intercom PRs #537931, #537908, #537906.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@salmanbshah salmanbshah requested review from a team and VedranZoricic July 10, 2026 15:18
@salmanbshah salmanbshah enabled auto-merge (squash) July 10, 2026 15:19
admin_avatar_change and conversation_pdf_export are emitted dynamically
with no version Change class, so they're live on every version at
runtime (2.7 through Unstable) — document them everywhere, matching
the admin_away_mode_change / conversation_part_deletion precedent.

macro_usage_export is scoped to 2.14+ only, matching the rest of the
Macro* enum cluster (macro_creation/update/deletion), which doesn't
exist in the spec before 2.14.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@salmanbshah salmanbshah merged commit 0828c79 into main Jul 11, 2026
3 checks passed
@salmanbshah salmanbshah deleted the salmanshah/tal-event-types-docs branch July 11, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants