Skip to content

Commit f7655dd

Browse files
Add CSV import activity types to admin activity logs (#377)
* feat: Add csv_import_creation and csv_import_completion activity types Add two new activity log event types for CSV import tracking to the OpenAPI spec enum (v2.14 and v2.15). Tracking issue: intercom/intercom#473387 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: Remove csv_import event types from 2.14 version Only keep in 2.15 (latest) since this repo has no Unstable version. Per API versioning policy, avoid shipping to previous versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d2b216b commit f7655dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

descriptions/2.15/api.intercom.io.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14743,6 +14743,8 @@ components:
1474314743
- conversation_topic_change
1474414744
- conversation_topic_creation
1474514745
- conversation_topic_deletion
14746+
- csv_import_completion
14747+
- csv_import_creation
1474614748
- custom_authentication_token_creation
1474714749
- help_center_settings_change
1474814750
- inbound_conversations_change

0 commit comments

Comments
 (0)