From 7d41dd343c3858c3a988a8605fc3307b41409426 Mon Sep 17 00:00:00 2001 From: Baraa Rahhal Date: Mon, 17 Aug 2026 14:50:19 +0100 Subject: [PATCH 1/2] Add inbox_bulk_action to the activity log event type enum --- descriptions/0/api.intercom.io.yaml | 1 + descriptions/2.15/api.intercom.io.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index e27db92c..66e54076 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -26591,6 +26591,7 @@ components: - help_center_settings_change - inbound_conversations_change - inbox_access_change + - inbox_bulk_action - message_deletion - message_state_change - messenger_look_and_feel_change diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 49ae729c..84f2b72b 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -15282,6 +15282,7 @@ components: - help_center_settings_change - inbound_conversations_change - inbox_access_change + - inbox_bulk_action - macro_creation - macro_deletion - macro_update From f25b675da1e3a59aea81da6ab0b3b4e3f0831c4a Mon Sep 17 00:00:00 2001 From: Baraa Rahhal Date: Wed, 19 Aug 2026 12:33:05 +0100 Subject: [PATCH 2/2] List the new event type in the Preview event-types example The listActivityLogEventTypes example is the documented enumeration of valid filter values, so omitting it leaves the list incomplete. --- descriptions/0/api.intercom.io.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 66e54076..a4fca1ac 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -465,6 +465,7 @@ paths: - help_center_settings_change - inbound_conversations_change - inbox_access_change + - inbox_bulk_action - message_deletion - message_state_change - messenger_look_and_feel_change