The Intercom Sync plugin from Highways will automatically send events from WooCommerce Deposits to Intercom. By default, the app sends the following events:
WooCommerce Deposits
Order with Deposit (wc_deposit_made)
Order with Payment Plan (wc_deposit_payment_plan)
Developer Notes
The filter iwp_permitted_events can be used to selectively disable events.
Each event has the ability to add a tag via an event-specific filter. For example, the wc_deposit_made event has a tag filter called iwp_woocommerce_deposit_order. By default, no tags are applied for any WooCommerce Deposit event.